#133224

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

Shades of Cardin Green #133224

Tints of Cardin Green #133224

Color information

#133224 (or 0x133224) is unknown color: approx Cardin Green. HEX triplet: 13, 32 and 24. RGB value is (19,50,36). Sum of RGB (Red+Green+Blue) = 19+50+36=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #133224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133224 is #ECCDDB. Grayscale: #272727. Windows color (decimal): -15519196 or 2372115. OLE color: 2372115.

HSL color Cylindrical-coordinate representation of color #133224: hue angle of 152.9º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133224 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB195036-
CMYK0.6200.280.80
HSL152.9º44.93%13.53%-
HSV(B)152.9º62%19.61%-
XYZ1.732.552.07-
YUV39.14126.23113.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=18.10%
G=47.62%
B=34.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950360.6200.280.80152.944.9313.53
Hex1332243E01C50992de
Octal236244760341202315516
Binary100111100101001001111100111001010000100110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133224; }

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

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

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

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

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

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

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

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