Html Css Color HEX #052516 Dark Green

📋 copy color: '#052516'

red 5 ◦ green 37 ◦ blue 22

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

Shades of Dark Green #052516

Tints of Dark Green #052516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 57.81%

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

R = 7.81%
G = 57.81%
B = 34.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#052516 (or 0x052516) is known color: Dark Green. HEX triplet: 05, 25 and 16. RGB value is (5,37,22). Sum of RGB (Red+Green+Blue) = 5+37+22=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #052516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052516 is #FADAE9. Grayscale: #191919. Windows color (decimal): -16440042 or 1451269. OLE color: 1451269.

HSL color Cylindrical-coordinate representation of color #052516: hue angle of 151.88º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052516 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 37 22 -
CMYK 0.86 0 0.41 0.85
HSL 151.88º 0.76% 0.08% -
HSV(B) 151.88º 0.86% 0.15% -
XYZ 0.87 1.41 0.99 -
YUV 25.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 5 37 22 0.86 0 0.41 0.85 151.88 0.76 0.08
Hex 5 25 16 56 0 29 55 98 4C 8
Octal 5 45 26 126 0 51 125 230 114 10
Binary 101 100101 10110 1010110 0 101001 1010101 10011000 1001100 1000

Color Harmonies of #052516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052516

Black with #052516

Text Example


Text Example

White with #052516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052516; }

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

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

background-color css

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

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

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

border-color css

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

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

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