#064100

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

Shades of Myrtle #064100

Tints of Myrtle #064100

Color information

#064100 (or 0x064100) is unknown color: approx Myrtle. HEX triplet: 06, 41 and 00. RGB value is (6,65,0). Sum of RGB (Red+Green+Blue) = 6+65+0=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 65 (25.78% from 255 or 91.55% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 65 - color contains mainly: green. Hex color #064100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064100 is #F9BEFF. Grayscale: #282828. Windows color (decimal): -16367360 or 16646. OLE color: 16646.

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

Color convert

RGB6650-
CMYK0.91010.75
HSL114.46º100%12.75%-
HSV(B)114.46º100%25.49%-
XYZ1.973.820.63-
YUV39.95105.45103.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 65 (25.78% from 255) = 91.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.45%
G=91.55%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal66500.91010.75114.4610012.75
Hex64105B0644B7264d
Octal61010133014411316214415
Binary110100000101011011011001001001011111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064100; }

 p { color: rgb(6,65,0); }

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

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

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

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

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

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

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