#133D2D

Color #133D2D Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #133D2D

Tints of Zuccini #133D2D

Color information

#133D2D (or 0x133D2D) is unknown color: approx Zuccini. HEX triplet: 13, 3D and 2D. RGB value is (19,61,45). Sum of RGB (Red+Green+Blue) = 19+61+45=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #133D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D2D is #ECC2D2. Grayscale: #2E2E2E. Windows color (decimal): -15516371 or 2964755. OLE color: 2964755.

HSL color Cylindrical-coordinate representation of color #133D2D: hue angle of 157.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D2D is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB196145-
CMYK0.6900.260.76
HSL157.14º52.5%15.69%-
HSV(B)157.14º68.85%23.92%-
XYZ2.413.673.06-
YUV46.62127.09108.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 61 (24.22% from 255) = 48.8%
BLUE value IS 45 (17.97% from 255) = 36%
R=15.2%
G=48.8%
B=36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1961450.6900.260.76157.1452.515.69
Hex133D2D4501A4C9d3410
Octal2375551050321142356420
Binary10011111101101101100010101101010011001001110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133D2D; }

 p { color: rgb(19,61,45); }

 H1.HeaderClassName
 {
   color: #133D2D;
 }
 .AnyTagClassName
 {
   color: #133D2D;
 }
</style>
background-color css

<style>
 a { background-color: #133D2D; }

 a { background-color: rgb(19,61,45); }

 div.DivClassName
 {
   background-color: #133D2D;
 }
 .BgClassName
 {
   background-color: #133D2D;
 }
</style>
border-color css

<style>
 span { border-color: #133D2D; }

 span { border-color: rgb(19,61,45); }

 td.TdClassName
 {
   border-color: #133D2D;
 }
 .TagClassName
 {
   border-color: #133D2D;
 }
</style>