#064B14

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

Shades of Deep Fir #064B14

Tints of Deep Fir #064B14

Color information

#064B14 (or 0x064B14) is unknown color: approx Deep Fir. HEX triplet: 06, 4B and 14. RGB value is (6,75,20). Sum of RGB (Red+Green+Blue) = 6+75+20=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 75 (29.69% from 255 or 74.26% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 75 - color contains mainly: green. Hex color #064B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B14 is #F9B4EB. Grayscale: #303030. Windows color (decimal): -16364780 or 1329926. OLE color: 1329926.

HSL color Cylindrical-coordinate representation of color #064B14: hue angle of 132.17º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B14 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB67520-
CMYK0.9200.730.71
HSL132.17º85.19%15.88%-
HSV(B)132.17º92%29.41%-
XYZ2.725.121.51-
YUV48.1112.1497.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 75 (29.69% from 255) = 74.26%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=5.94%
G=74.26%
B=19.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675200.9200.730.71132.1785.1915.88
Hex64B145C04947845510
Octal611324134011110720412520
Binary110100101110100101110001001001100011110000100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064B14; }

 p { color: rgb(6,75,20); }

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

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

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

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

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

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

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