Html Css Color HEX #052316 Dark Green

📋 copy color: '#052316'

red 5 ◦ green 35 ◦ blue 22

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

Shades of Dark Green #052316

Tints of Dark Green #052316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 56.45%

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

R = 8.06%
G = 56.45%
B = 35.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.86

RGB Variations

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

Color information

#052316 (or 0x052316) is known color: Dark Green. HEX triplet: 05, 23 and 16. RGB value is (5,35,22). Sum of RGB (Red+Green+Blue) = 5+35+22=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #052316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052316 is #FADCE9. Grayscale: #181818. Windows color (decimal): -16440554 or 1450757. OLE color: 1450757.

HSL color Cylindrical-coordinate representation of color #052316: hue angle of 154º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052316 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 35 22 -
CMYK 0.86 0 0.37 0.86
HSL 154º 0.75% 0.08% -
HSV(B) 154º 0.86% 0.14% -
XYZ 0.81 1.29 0.97 -
YUV 24.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 5 35 22 0.86 0 0.37 0.86 154 0.75 0.08
Hex 5 23 16 56 0 25 56 9A 4B 8
Octal 5 43 26 126 0 45 126 232 113 10
Binary 101 100011 10110 1010110 0 100101 1010110 10011010 1001011 1000

Color Harmonies of #052316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052316

Black with #052316

Text Example


Text Example

White with #052316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052316; }

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

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

background-color css

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

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

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

border-color css

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

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

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