Html Css Color HEX #132820 Cardin Green

📋 copy color: '#132820'

red 19 ◦ green 40 ◦ blue 32

#132820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #132820

Tints of Cardin Green #132820

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 value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#132820 (or 0x132820) is known color: 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

RGB 19 40 32 -
CMYK 0.52 0 0.20 0.84
HSL 157.14º 0.36% 0.12% -
HSV(B) 157.14º 0.53% 0.16% -
XYZ 1.29 1.76 1.64 -
YUV 32.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 19 40 32 0.52 0 0.20 0.84 157.14 0.36 0.12
Hex 13 28 20 34 0 14 54 9D 24 C
Octal 23 50 40 64 0 24 124 235 44 14
Binary 10011 101000 100000 110100 0 10100 1010100 10011101 100100 1100

Color Harmonies of #132820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132820

Black with #132820

Text Example


Text Example

White with #132820

Text Example


Text Example

HTML Codes & Css Web 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>