#062018

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

Shades of Dark Green #062018

Tints of Dark Green #062018

Color information

#062018 (or 0x062018) is unknown color: approx Dark Green. HEX triplet: 06, 20 and 18. RGB value is (6,32,24). Sum of RGB (Red+Green+Blue) = 6+32+24=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #062018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062018 is #F9DFE7. Grayscale: #171717. Windows color (decimal): -16375784 or 1581062. OLE color: 1581062.

HSL color Cylindrical-coordinate representation of color #062018: hue angle of 161.54º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #062018 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB63224-
CMYK0.8100.250.87
HSL161.54º68.42%7.45%-
HSV(B)161.54º81.25%12.55%-
XYZ0.761.141.04-
YUV23.31128.39115.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 32 (12.89% from 255) = 51.61%
BLUE value IS 24 (9.77% from 255) = 38.71%
R=9.68%
G=51.61%
B=38.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal632240.8100.250.87161.5468.427.45
Hex620185101957a2447
Octal640301210311272421047
Binary1101000001100010100010110011010111101000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062018; }

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

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

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

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

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

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

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

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