#051712

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

Shades of Dark Green #051712

Tints of Dark Green #051712

Color information

#051712 (or 0x051712) is unknown color: approx Dark Green. HEX triplet: 05, 17 and 12. RGB value is (5,23,18). Sum of RGB (Red+Green+Blue) = 5+23+18=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #051712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051712 is #FAE8ED. Grayscale: #111111. Windows color (decimal): -16443630 or 1185541. OLE color: 1185541.

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

Color convert

RGB52318-
CMYK0.7800.220.91
HSL163.33º64.29%5.49%-
HSV(B)163.33º78.26%9.02%-
XYZ0.480.690.68-
YUV17.05128.54119.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.87%
GREEN value IS 23 (9.38% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 39.13%
R=10.87%
G=50%
B=39.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal523180.7800.220.91163.3364.295.49
Hex517124E0165Ba3405
Octal527221160261332431005
Binary101101111001010011100101101011011101000111000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051712; }

 p { color: rgb(5,23,18); }

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

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

 a { background-color: rgb(5,23,18); }

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

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

 span { border-color: rgb(5,23,18); }

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