Html Css Color HEX #051614 Dark Green

📋 copy color: '#051614'

red 5 ◦ green 22 ◦ blue 20

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

Shades of Dark Green #051614

Tints of Dark Green #051614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 46.81%

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

R = 10.64%
G = 46.81%
B = 42.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#051614 (or 0x051614) is known color: Dark Green. HEX triplet: 05, 16 and 14. RGB value is (5,22,20). Sum of RGB (Red+Green+Blue) = 5+22+20=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #051614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051614 is #FAE9EB. Grayscale: #101010. Windows color (decimal): -16443884 or 1316357. OLE color: 1316357.

HSL color Cylindrical-coordinate representation of color #051614: hue angle of 172.94º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #051614 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 22 20 -
CMYK 0.77 0 0.09 0.91
HSL 172.94º 0.63% 0.05% -
HSV(B) 172.94º 0.77% 0.09% -
XYZ 0.48 0.66 0.76 -
YUV 16.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 5 22 20 0.77 0 0.09 0.91 172.94 0.63 0.05
Hex 5 16 14 4D 0 9 5B AD 3F 5
Octal 5 26 24 115 0 11 133 255 77 5
Binary 101 10110 10100 1001101 0 1001 1011011 10101101 111111 101

Color Harmonies of #051614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051614

Black with #051614

Text Example


Text Example

White with #051614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051614; }

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

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

background-color css

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

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

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

border-color css

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

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

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