Html Css Color HEX #052813 Dark Green

📋 copy color: '#052813'

red 5 ◦ green 40 ◦ blue 19

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

Shades of Dark Green #052813

Tints of Dark Green #052813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 62.5%

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

R = 7.81%
G = 62.5%
B = 29.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#052813 (or 0x052813) is known color: Dark Green. HEX triplet: 05, 28 and 13. RGB value is (5,40,19). Sum of RGB (Red+Green+Blue) = 5+40+19=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 40 (16.02% from 255 or 62.5% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 40 - color contains mainly: green. Hex color #052813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052813 is #FAD7EC. Grayscale: #1B1B1B. Windows color (decimal): -16439277 or 1255429. OLE color: 1255429.

HSL color Cylindrical-coordinate representation of color #052813: hue angle of 144º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052813 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 40 19 -
CMYK 0.88 0 0.52 0.84
HSL 144º 0.78% 0.09% -
HSV(B) 144º 0.88% 0.16% -
XYZ 0.94 1.6 0.87 -
YUV 27.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 5 40 19 0.88 0 0.52 0.84 144 0.78 0.09
Hex 5 28 13 58 0 34 54 90 4E 9
Octal 5 50 23 130 0 64 124 220 116 11
Binary 101 101000 10011 1011000 0 110100 1010100 10010000 1001110 1001

Color Harmonies of #052813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052813

Black with #052813

Text Example


Text Example

White with #052813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052813; }

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

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

background-color css

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

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

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

border-color css

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

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

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