Html Css Color HEX #052413 Dark Green

📋 copy color: '#052413'

red 5 ◦ green 36 ◦ blue 19

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

Shades of Dark Green #052413

Tints of Dark Green #052413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 60%

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

R = 8.33%
G = 60%
B = 31.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#052413 (or 0x052413) is known color: Dark Green. HEX triplet: 05, 24 and 13. RGB value is (5,36,19). Sum of RGB (Red+Green+Blue) = 5+36+19=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #052413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052413 is #FADBEC. Grayscale: #181818. Windows color (decimal): -16440301 or 1254405. OLE color: 1254405.

HSL color Cylindrical-coordinate representation of color #052413: hue angle of 147.1º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052413 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 36 19 -
CMYK 0.86 0 0.47 0.86
HSL 147.1º 0.76% 0.08% -
HSV(B) 147.1º 0.86% 0.14% -
XYZ 0.81 1.34 0.83 -
YUV 24.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 5 36 19 0.86 0 0.47 0.86 147.1 0.76 0.08
Hex 5 24 13 56 0 2F 56 93 4C 8
Octal 5 44 23 126 0 57 126 223 114 10
Binary 101 100100 10011 1010110 0 101111 1010110 10010011 1001100 1000

Color Harmonies of #052413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052413

Black with #052413

Text Example


Text Example

White with #052413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052413; }

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

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

background-color css

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

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

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

border-color css

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

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

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