#132820

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

Shades of Cardin Green #132820

Tints of Cardin Green #132820

Color information

#132820 (or 0x132820) is unknown color: approx Cardin Green. HEX triplet: 13, 28 and 20. RGB value is (19,40,32). Sum of RGB (Red+Green+Blue) = 19+40+32=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #132820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132820 is #ECD7DF. Grayscale: #202020. Windows color (decimal): -15521760 or 2107411. OLE color: 2107411.

HSL color Cylindrical-coordinate representation of color #132820: hue angle of 157.14º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132820 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB194032-
CMYK0.5200.200.84
HSL157.14º35.59%11.57%-
HSV(B)157.14º52.5%15.69%-
XYZ1.291.761.64-
YUV32.81127.54118.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 40 (16.02% from 255) = 43.96%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=20.88%
G=43.96%
B=35.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940320.5200.200.84157.1435.5911.57
Hex13282034014549d24c
Octal235040640241242354414
Binary100111010001000001101000101001010100100111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132820; }

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

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

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

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

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

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

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

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