#051814

Color #051814 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #051814

Tints of Dark Green #051814

Color information

#051814 (or 0x051814) is unknown color: approx 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

RGB52420-
CMYK0.7900.170.91
HSL167.37º65.52%5.69%-
HSV(B)167.37º79.17%9.41%-
XYZ0.520.740.78-
YUV17.86129.21118.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 24 (9.77% from 255) = 48.98%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=10.20%
G=48.98%
B=40.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal524200.7900.170.91167.3765.525.69
Hex518144F0115Ba7426
Octal530241170211332471026
Binary101110001010010011110100011011011101001111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>