Html Css Color HEX #052716 Dark Green

📋 copy color: '#052716'

red 5 ◦ green 39 ◦ blue 22

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

Shades of Dark Green #052716

Tints of Dark Green #052716

RGB

 RED value IS 5 (2.34% from 255) = 7.58%

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

 BLUE value IS 22 (8.98% from 255) = 33.33%

R = 7.58%
G = 59.09%
B = 33.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.85

RGB Variations

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

Color information

#052716 (or 0x052716) is known color: Dark Green. HEX triplet: 05, 27 and 16. RGB value is (5,39,22). Sum of RGB (Red+Green+Blue) = 5+39+22=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #052716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052716 is #FAD8E9. Grayscale: #1A1A1A. Windows color (decimal): -16439530 or 1451781. OLE color: 1451781.

HSL color Cylindrical-coordinate representation of color #052716: hue angle of 150º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052716 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 39 22 -
CMYK 0.87 0 0.44 0.85
HSL 150º 0.77% 0.09% -
HSV(B) 150º 0.87% 0.15% -
XYZ 0.93 1.54 1.01 -
YUV 26.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 5 39 22 0.87 0 0.44 0.85 150 0.77 0.09
Hex 5 27 16 57 0 2C 55 96 4D 9
Octal 5 47 26 127 0 54 125 226 115 11
Binary 101 100111 10110 1010111 0 101100 1010101 10010110 1001101 1001

Color Harmonies of #052716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052716

Black with #052716

Text Example


Text Example

White with #052716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052716; }

 p { color: rgb(5,39,22); }

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

background-color css

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

 a { background-color: rgb(5,39,22); }

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

border-color css

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

 span { border-color: rgb(5,39,22); }

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