#132019

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

Shades of Cardin Green #132019

Tints of Cardin Green #132019

Color information

#132019 (or 0x132019) is unknown color: approx Cardin Green. HEX triplet: 13, 20 and 19. RGB value is (19,32,25). Sum of RGB (Red+Green+Blue) = 19+32+25=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 32 - color contains mainly: green. Hex color #132019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132019 is #ECDFE6. Grayscale: #1B1B1B. Windows color (decimal): -15523815 or 1646611. OLE color: 1646611.

HSL color Cylindrical-coordinate representation of color #132019: hue angle of 147.69º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #132019 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB193225-
CMYK0.4100.220.87
HSL147.69º25.49%10%-
HSV(B)147.69º40.62%12.55%-
XYZ0.961.241.11-
YUV27.32126.69122.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=25%
G=42.11%
B=32.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1932250.4100.220.87147.6925.4910
Hex13201929016579419a
Octal234031510261272243112
Binary1001110000011001101001010110101011110010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132019; }

 p { color: rgb(19,32,25); }

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

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

 a { background-color: rgb(19,32,25); }

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

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

 span { border-color: rgb(19,32,25); }

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