Html Css Color HEX #052113 Dark Green

📋 copy color: '#052113'

red 5 ◦ green 33 ◦ blue 19

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

Shades of Dark Green #052113

Tints of Dark Green #052113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 33.33%

R = 8.77%
G = 57.89%
B = 33.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#052113 (or 0x052113) is known color: Dark Green. HEX triplet: 05, 21 and 13. RGB value is (5,33,19). Sum of RGB (Red+Green+Blue) = 5+33+19=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #052113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052113 is #FADEEC. Grayscale: #171717. Windows color (decimal): -16441069 or 1253637. OLE color: 1253637.

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

Color convert

RGB 5 33 19 -
CMYK 0.85 0 0.42 0.87
HSL 150º 0.74% 0.07% -
HSV(B) 150º 0.85% 0.13% -
XYZ 0.72 1.17 0.8 -
YUV 23.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 5 33 19 0.85 0 0.42 0.87 150 0.74 0.07
Hex 5 21 13 55 0 2A 57 96 4A 7
Octal 5 41 23 125 0 52 127 226 112 7
Binary 101 100001 10011 1010101 0 101010 1010111 10010110 1001010 111

Color Harmonies of #052113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052113

Black with #052113

Text Example


Text Example

White with #052113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052113; }

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

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

background-color css

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

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

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

border-color css

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

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

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