Html Css Color HEX #052522 Dark Green

📋 copy color: '#052522'

red 5 ◦ green 37 ◦ blue 34

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

Shades of Dark Green #052522

Tints of Dark Green #052522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 44.74%

R = 6.58%
G = 48.68%
B = 44.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#052522 (or 0x052522) is known color: Dark Green. HEX triplet: 05, 25 and 22. RGB value is (5,37,34). Sum of RGB (Red+Green+Blue) = 5+37+34=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 34 (13.67% from 255 or 44.74% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #052522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052522 is #FADADD. Grayscale: #1B1B1B. Windows color (decimal): -16440030 or 2237701. OLE color: 2237701.

HSL color Cylindrical-coordinate representation of color #052522: hue angle of 174.38º 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 #052522 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 37 34 -
CMYK 0.86 0 0.08 0.85
HSL 174.38º 0.76% 0.08% -
HSV(B) 174.38º 0.86% 0.15% -
XYZ 1.01 1.47 1.74 -
YUV 27.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 5 37 34 0.86 0 0.08 0.85 174.38 0.76 0.08
Hex 5 25 22 56 0 8 55 AE 4C 8
Octal 5 45 42 126 0 10 125 256 114 10
Binary 101 100101 100010 1010110 0 1000 1010101 10101110 1001100 1000

Color Harmonies of #052522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052522

Black with #052522

Text Example


Text Example

White with #052522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052522; }

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

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

background-color css

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

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

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

border-color css

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

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

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