#13372B

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

Shades of Cardin Green #13372B

Tints of Cardin Green #13372B

Color information

#13372B (or 0x13372B) is unknown color: approx Cardin Green. HEX triplet: 13, 37 and 2B. RGB value is (19,55,43). Sum of RGB (Red+Green+Blue) = 19+55+43=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #13372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13372B is #ECC8D4. Grayscale: #2A2A2A. Windows color (decimal): -15517909 or 2832147. OLE color: 2832147.

HSL color Cylindrical-coordinate representation of color #13372B: hue angle of 160º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13372B is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB195543-
CMYK0.6500.220.78
HSL160º48.65%14.51%-
HSV(B)160º65.45%21.57%-
XYZ2.073.052.76-
YUV42.87128.07110.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 55 (21.88% from 255) = 47.01%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=16.24%
G=47.01%
B=36.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955430.6500.220.7816048.6514.51
Hex13372B410164Ea031f
Octal2367531010261162406117
Binary1001111011110101110000010101101001110101000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13372B; }

 p { color: rgb(19,55,43); }

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

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

 a { background-color: rgb(19,55,43); }

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

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

 span { border-color: rgb(19,55,43); }

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