#063118

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

Shades of Dark Green #063118

Tints of Dark Green #063118

Color information

#063118 (or 0x063118) is unknown color: approx Dark Green. HEX triplet: 06, 31 and 18. RGB value is (6,49,24). Sum of RGB (Red+Green+Blue) = 6+49+24=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #063118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063118 is #F9CEE7. Grayscale: #212121. Windows color (decimal): -16371432 or 1585414. OLE color: 1585414.

HSL color Cylindrical-coordinate representation of color #063118: hue angle of 145.12º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063118 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB64924-
CMYK0.8800.510.81
HSL145.12º78.18%10.78%-
HSV(B)145.12º87.76%19.22%-
XYZ1.342.31.24-
YUV33.29122.75108.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.59%
GREEN value IS 49 (19.53% from 255) = 62.03%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=7.59%
G=62.03%
B=30.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649240.8800.510.81145.1278.1810.78
Hex631185803351914eb
Octal6613013006312122111613
Binary110110001110001011000011001110100011001000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063118; }

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

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

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

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

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

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

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

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