#051C10

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

Shades of Dark Green #051C10

Tints of Dark Green #051C10

Color information

#051C10 (or 0x051C10) is unknown color: approx Dark Green. HEX triplet: 05, 1C and 10. RGB value is (5,28,16). Sum of RGB (Red+Green+Blue) = 5+28+16=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #051C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C10 is #FAE3EF. Grayscale: #131313. Windows color (decimal): -16442352 or 1055749. OLE color: 1055749.

HSL color Cylindrical-coordinate representation of color #051C10: hue angle of 148.7º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C10 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.

Color convert

RGB52816-
CMYK0.8200.430.89
HSL148.7º69.7%6.47%-
HSV(B)148.7º82.14%10.98%-
XYZ0.570.90.63-
YUV19.76125.88117.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 28 (11.33% from 255) = 57.14%
BLUE value IS 16 (6.64% from 255) = 32.65%
R=10.20%
G=57.14%
B=32.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal528160.8200.430.89148.769.76.47
Hex51C105202B5995466
Octal534201220531312251066
Binary1011110010000101001001010111011001100101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051C10; }

 p { color: rgb(5,28,16); }

 H1.HeaderClassName
 {
   color: #051C10;
 }
 .AnyTagClassName
 {
   color: #051C10;
 }
</style>
background-color css

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

 a { background-color: rgb(5,28,16); }

 div.DivClassName
 {
   background-color: #051C10;
 }
 .BgClassName
 {
   background-color: #051C10;
 }
</style>
border-color css

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

 span { border-color: rgb(5,28,16); }

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