#133D2C

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

Shades of Zuccini #133D2C

Tints of Zuccini #133D2C

Color information

#133D2C (or 0x133D2C) is unknown color: approx Zuccini. HEX triplet: 13, 3D and 2C. RGB value is (19,61,44). Sum of RGB (Red+Green+Blue) = 19+61+44=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #133D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D2C is #ECC2D3. Grayscale: #2E2E2E. Windows color (decimal): -15516372 or 2899219. OLE color: 2899219.

HSL color Cylindrical-coordinate representation of color #133D2C: hue angle of 155.71º 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 #133D2C is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB196144-
CMYK0.6900.280.76
HSL155.71º52.5%15.69%-
HSV(B)155.71º68.85%23.92%-
XYZ2.393.662.96-
YUV46.5126.59108.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 61 (24.22% from 255) = 49.19%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=15.32%
G=49.19%
B=35.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1961440.6900.280.76155.7152.515.69
Hex133D2C4501C4C9c3410
Octal2375541050341142346420
Binary10011111101101100100010101110010011001001110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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