Html Css Color HEX #052117 Dark Green

📋 copy color: '#052117'

red 5 ◦ green 33 ◦ blue 23

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

Shades of Dark Green #052117

Tints of Dark Green #052117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 37.7%

R = 8.2%
G = 54.1%
B = 37.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#052117 (or 0x052117) is known color: Dark Green. HEX triplet: 05, 21 and 17. RGB value is (5,33,23). Sum of RGB (Red+Green+Blue) = 5+33+23=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 33 (13.28% from 255 or 54.10% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 33 - color contains mainly: green. Hex color #052117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052117 is #FADEE8. Grayscale: #171717. Windows color (decimal): -16441065 or 1515781. OLE color: 1515781.

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

Color convert

RGB 5 33 23 -
CMYK 0.85 0 0.30 0.87
HSL 158.57º 0.74% 0.07% -
HSV(B) 158.57º 0.85% 0.13% -
XYZ 0.76 1.18 1 -
YUV 23.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 5 33 23 0.85 0 0.30 0.87 158.57 0.74 0.07
Hex 5 21 17 55 0 1E 57 9F 4A 7
Octal 5 41 27 125 0 36 127 237 112 7
Binary 101 100001 10111 1010101 0 11110 1010111 10011111 1001010 111

Color Harmonies of #052117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052117

Black with #052117

Text Example


Text Example

White with #052117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052117; }

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

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

background-color css

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

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

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

border-color css

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

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

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