#061818

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

Shades of Dark Green #061818

Tints of Dark Green #061818

Color information

#061818 (or 0x061818) is unknown color: approx Dark Green. HEX triplet: 06, 18 and 18. RGB value is (6,24,24). Sum of RGB (Red+Green+Blue) = 6+24+24=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #061818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061818 is #F9E7E7. Grayscale: #121212. Windows color (decimal): -16377832 or 1579014. OLE color: 1579014.

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

Color convert

RGB62424-
CMYK0.75000.91
HSL180º60%5.88%-
HSV(B)180º75%9.41%-
XYZ0.570.760.98-
YUV18.62131.04119-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.11%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=11.11%
G=44.44%
B=44.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal624240.75000.91180605.88
Hex618184B005Bb43c6
Octal6303011300133264746
Binary1101100011000100101100101101110110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061818; }

 p { color: rgb(6,24,24); }

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

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

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

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

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

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

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