Html Css Color HEX #052116 Dark Green

📋 copy color: '#052116'

red 5 ◦ green 33 ◦ blue 22

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

Shades of Dark Green #052116

Tints of Dark Green #052116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 55%

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

R = 8.33%
G = 55%
B = 36.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.87

RGB Variations

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

Color information

#052116 (or 0x052116) is known color: Dark Green. HEX triplet: 05, 21 and 16. RGB value is (5,33,22). Sum of RGB (Red+Green+Blue) = 5+33+22=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #052116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052116 is #FADEE9. Grayscale: #171717. Windows color (decimal): -16441066 or 1450245. OLE color: 1450245.

HSL color Cylindrical-coordinate representation of color #052116: hue angle of 156.43º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052116 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 33 22 -
CMYK 0.85 0 0.33 0.87
HSL 156.43º 0.74% 0.07% -
HSV(B) 156.43º 0.85% 0.13% -
XYZ 0.75 1.18 0.95 -
YUV 23.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 5 33 22 0.85 0 0.33 0.87 156.43 0.74 0.07
Hex 5 21 16 55 0 21 57 9C 4A 7
Octal 5 41 26 125 0 41 127 234 112 7
Binary 101 100001 10110 1010101 0 100001 1010111 10011100 1001010 111

Color Harmonies of #052116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052116

Black with #052116

Text Example


Text Example

White with #052116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052116; }

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

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

background-color css

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

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

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

border-color css

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

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

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