Html Css Color HEX #052620 Dark Green

📋 copy color: '#052620'

red 5 ◦ green 38 ◦ blue 32

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

Shades of Dark Green #052620

Tints of Dark Green #052620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50.67%

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

R = 6.67%
G = 50.67%
B = 42.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#052620 (or 0x052620) is known color: Dark Green. HEX triplet: 05, 26 and 20. RGB value is (5,38,32). Sum of RGB (Red+Green+Blue) = 5+38+32=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #052620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052620 is #FAD9DF. Grayscale: #1B1B1B. Windows color (decimal): -16439776 or 2106885. OLE color: 2106885.

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

Color convert

RGB 5 38 32 -
CMYK 0.87 0 0.16 0.85
HSL 169.09º 0.77% 0.08% -
HSV(B) 169.09º 0.87% 0.15% -
XYZ 1.02 1.52 1.61 -
YUV 27.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 5 38 32 0.87 0 0.16 0.85 169.09 0.77 0.08
Hex 5 26 20 57 0 10 55 A9 4D 8
Octal 5 46 40 127 0 20 125 251 115 10
Binary 101 100110 100000 1010111 0 10000 1010101 10101001 1001101 1000

Color Harmonies of #052620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052620

Black with #052620

Text Example


Text Example

White with #052620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052620; }

 p { color: rgb(5,38,32); }

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

background-color css

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

 a { background-color: rgb(5,38,32); }

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

border-color css

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

 span { border-color: rgb(5,38,32); }

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