Html Css Color HEX #132720 Dark Green

📋 copy color: '#132720'

red 19 ◦ green 39 ◦ blue 32

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

Shades of Dark Green #132720

Tints of Dark Green #132720

RGB

 RED value IS 19 (7.81% from 255) = 21.11%

 GREEN value IS 39 (15.63% from 255) = 43.33%

 BLUE value IS 32 (12.89% from 255) = 35.56%

R = 21.11%
G = 43.33%
B = 35.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#132720 (or 0x132720) is known color: Dark Green. HEX triplet: 13, 27 and 20. RGB value is (19,39,32). Sum of RGB (Red+Green+Blue) = 19+39+32=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #132720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132720 is #ECD8DF. Grayscale: #202020. Windows color (decimal): -15522016 or 2107155. OLE color: 2107155.

HSL color Cylindrical-coordinate representation of color #132720: hue angle of 159º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132720 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 39 32 -
CMYK 0.51 0 0.18 0.85
HSL 159º 0.34% 0.11% -
HSV(B) 159º 0.51% 0.15% -
XYZ 1.25 1.69 1.63 -
YUV 32.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 19 39 32 0.51 0 0.18 0.85 159 0.34 0.11
Hex 13 27 20 33 0 12 55 9F 22 B
Octal 23 47 40 63 0 22 125 237 42 13
Binary 10011 100111 100000 110011 0 10010 1010101 10011111 100010 1011

Color Harmonies of #132720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132720

Black with #132720

Text Example


Text Example

White with #132720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132720; }

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

 H1.HeaderClassName
 {
   color: #132720;
 }
 .AnyTagClassName
 {
   color: #132720;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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