Html Css Color HEX #052713 Dark Green

📋 copy color: '#052713'

red 5 ◦ green 39 ◦ blue 19

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

Shades of Dark Green #052713

Tints of Dark Green #052713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 61.9%

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

R = 7.94%
G = 61.9%
B = 30.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#052713 (or 0x052713) is known color: Dark Green. HEX triplet: 05, 27 and 13. RGB value is (5,39,19). Sum of RGB (Red+Green+Blue) = 5+39+19=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #052713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052713 is #FAD8EC. Grayscale: #1A1A1A. Windows color (decimal): -16439533 or 1255173. OLE color: 1255173.

HSL color Cylindrical-coordinate representation of color #052713: hue angle of 144.71º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052713 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 39 19 -
CMYK 0.87 0 0.51 0.85
HSL 144.71º 0.77% 0.09% -
HSV(B) 144.71º 0.87% 0.15% -
XYZ 0.91 1.53 0.86 -
YUV 26.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 5 39 19 0.87 0 0.51 0.85 144.71 0.77 0.09
Hex 5 27 13 57 0 33 55 91 4D 9
Octal 5 47 23 127 0 63 125 221 115 11
Binary 101 100111 10011 1010111 0 110011 1010101 10010001 1001101 1001

Color Harmonies of #052713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052713

Black with #052713

Text Example


Text Example

White with #052713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052713; }

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

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

background-color css

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

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

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

border-color css

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

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

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