Html Css Color HEX #052013 Dark Green

📋 copy color: '#052013'

red 5 ◦ green 32 ◦ blue 19

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

Shades of Dark Green #052013

Tints of Dark Green #052013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 57.14%

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

R = 8.93%
G = 57.14%
B = 33.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#052013 (or 0x052013) is known color: Dark Green. HEX triplet: 05, 20 and 13. RGB value is (5,32,19). Sum of RGB (Red+Green+Blue) = 5+32+19=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #052013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052013 is #FADFEC. Grayscale: #161616. Windows color (decimal): -16441325 or 1253381. OLE color: 1253381.

HSL color Cylindrical-coordinate representation of color #052013: hue angle of 151.11º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #052013 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 32 19 -
CMYK 0.84 0 0.41 0.87
HSL 151.11º 0.73% 0.07% -
HSV(B) 151.11º 0.84% 0.13% -
XYZ 0.7 1.11 0.79 -
YUV 22.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 5 32 19 0.84 0 0.41 0.87 151.11 0.73 0.07
Hex 5 20 13 54 0 29 57 97 49 7
Octal 5 40 23 124 0 51 127 227 111 7
Binary 101 100000 10011 1010100 0 101001 1010111 10010111 1001001 111

Color Harmonies of #052013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052013

Black with #052013

Text Example


Text Example

White with #052013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052013; }

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

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

background-color css

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

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

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

border-color css

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

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

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