#063B18

Color #063B18 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #063B18

Tints of Deep Fir #063B18

Color information

#063B18 (or 0x063B18) is unknown color: approx Deep Fir. HEX triplet: 06, 3B and 18. RGB value is (6,59,24). Sum of RGB (Red+Green+Blue) = 6+59+24=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #063B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063B18 is #F9C4E7. Grayscale: #272727. Windows color (decimal): -16368872 or 1587974. OLE color: 1587974.

HSL color Cylindrical-coordinate representation of color #063B18: hue angle of 140.38º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063B18 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB65924-
CMYK0.9000.590.77
HSL140.38º81.54%12.75%-
HSV(B)140.38º89.83%23.14%-
XYZ1.83.231.39-
YUV39.16119.44104.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 59 (23.44% from 255) = 66.29%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=6.74%
G=66.29%
B=26.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal659240.9000.590.77140.3881.5412.75
Hex63B185A03B4D8c52d
Octal6733013207311521412215
Binary110111011110001011010011101110011011000110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063B18; }

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

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

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

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

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

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

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

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