Html Css Color HEX #052114 Dark Green

📋 copy color: '#052114'

red 5 ◦ green 33 ◦ blue 20

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

Shades of Dark Green #052114

Tints of Dark Green #052114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 34.48%

R = 8.62%
G = 56.9%
B = 34.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#052114 (or 0x052114) is known color: Dark Green. HEX triplet: 05, 21 and 14. RGB value is (5,33,20). Sum of RGB (Red+Green+Blue) = 5+33+20=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #052114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052114 is #FADEEB. Grayscale: #171717. Windows color (decimal): -16441068 or 1319173. OLE color: 1319173.

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

Color convert

RGB 5 33 20 -
CMYK 0.85 0 0.39 0.87
HSL 152.14º 0.74% 0.07% -
HSV(B) 152.14º 0.85% 0.13% -
XYZ 0.73 1.17 0.85 -
YUV 23.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 5 33 20 0.85 0 0.39 0.87 152.14 0.74 0.07
Hex 5 21 14 55 0 27 57 98 4A 7
Octal 5 41 24 125 0 47 127 230 112 7
Binary 101 100001 10100 1010101 0 100111 1010111 10011000 1001010 111

Color Harmonies of #052114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052114

Black with #052114

Text Example


Text Example

White with #052114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052114; }

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

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

background-color css

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

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

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

border-color css

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

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

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