#132C20

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

Shades of Cardin Green #132C20

Tints of Cardin Green #132C20

Color information

#132C20 (or 0x132C20) is unknown color: approx Cardin Green. HEX triplet: 13, 2C and 20. RGB value is (19,44,32). Sum of RGB (Red+Green+Blue) = 19+44+32=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 44 - color contains mainly: green. Hex color #132C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C20 is #ECD3DF. Grayscale: #232323. Windows color (decimal): -15520736 or 2108435. OLE color: 2108435.

HSL color Cylindrical-coordinate representation of color #132C20: hue angle of 151.2º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132C20 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB194432-
CMYK0.5700.270.83
HSL151.2º39.68%12.35%-
HSV(B)151.2º56.82%17.25%-
XYZ1.432.041.69-
YUV35.16126.22116.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 44 (17.58% from 255) = 46.32%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=20%
G=46.32%
B=33.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1944320.5700.270.83151.239.6812.35
Hex132C203901B539728c
Octal235440710331232275014
Binary100111011001000001110010110111010011100101111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132C20; }

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

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

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

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

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

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

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

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