#133624

Color #133624 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #133624

Tints of Cardin Green #133624

Color information

#133624 (or 0x133624) is unknown color: approx Cardin Green. HEX triplet: 13, 36 and 24. RGB value is (19,54,36). Sum of RGB (Red+Green+Blue) = 19+54+36=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #133624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133624 is #ECC9DB. Grayscale: #292929. Windows color (decimal): -15518172 or 2373139. OLE color: 2373139.

HSL color Cylindrical-coordinate representation of color #133624: hue angle of 149.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133624 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.79.

Color convert

RGB195436-
CMYK0.6500.330.79
HSL149.14º47.95%14.31%-
HSV(B)149.14º64.81%21.18%-
XYZ1.912.92.13-
YUV41.48124.9111.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=17.43%
G=49.54%
B=33.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954360.6500.330.79149.1447.9514.31
Hex133624410214F9530e
Octal2366441010411172256016
Binary10011110110100100100000101000011001111100101011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133624; }

 p { color: rgb(19,54,36); }

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

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

 a { background-color: rgb(19,54,36); }

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

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

 span { border-color: rgb(19,54,36); }

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