Html Css Color HEX #051814 Dark Green

📋 copy color: '#051814'

red 5 ◦ green 24 ◦ blue 20

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

Shades of Dark Green #051814

Tints of Dark Green #051814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 48.98%

 BLUE value IS 20 (8.2% from 255) = 40.82%

R = 10.2%
G = 48.98%
B = 40.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#051814 (or 0x051814) is known color: Dark Green. HEX triplet: 05, 18 and 14. RGB value is (5,24,20). Sum of RGB (Red+Green+Blue) = 5+24+20=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #051814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051814 is #FAE7EB. Grayscale: #111111. Windows color (decimal): -16443372 or 1316869. OLE color: 1316869.

HSL color Cylindrical-coordinate representation of color #051814: hue angle of 167.37º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #051814 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 24 20 -
CMYK 0.79 0 0.17 0.91
HSL 167.37º 0.66% 0.06% -
HSV(B) 167.37º 0.79% 0.09% -
XYZ 0.52 0.74 0.78 -
YUV 17.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 5 24 20 0.79 0 0.17 0.91 167.37 0.66 0.06
Hex 5 18 14 4F 0 11 5B A7 42 6
Octal 5 30 24 117 0 21 133 247 102 6
Binary 101 11000 10100 1001111 0 10001 1011011 10100111 1000010 110

Color Harmonies of #051814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051814

Black with #051814

Text Example


Text Example

White with #051814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051814; }

 p { color: rgb(5,24,20); }

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

background-color css

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

 a { background-color: rgb(5,24,20); }

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

border-color css

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

 span { border-color: rgb(5,24,20); }

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