#065304

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

Shades of Myrtle #065304

Tints of Myrtle #065304

Color information

#065304 (or 0x065304) is unknown color: approx Myrtle. HEX triplet: 06, 53 and 04. RGB value is (6,83,4). Sum of RGB (Red+Green+Blue) = 6+83+4=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 83 (32.81% from 255 or 89.25% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 83 - color contains mainly: green. Hex color #065304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065304 is #F9ACFB. Grayscale: #333333. Windows color (decimal): -16362748 or 283398. OLE color: 283398.

HSL color Cylindrical-coordinate representation of color #065304: hue angle of 118.48º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065304 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB6834-
CMYK0.9300.950.67
HSL118.48º90.8%17.06%-
HSV(B)118.48º95.18%32.55%-
XYZ3.196.231.15-
YUV50.97101.4995.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 83 (32.81% from 255) = 89.25%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=6.45%
G=89.25%
B=4.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal68340.9300.950.67118.4890.817.06
Hex65345D05F43765b11
Octal61234135013710316613321
Binary110101001110010111010101111110000111110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065304; }

 p { color: rgb(6,83,4); }

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

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

 a { background-color: rgb(6,83,4); }

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

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

 span { border-color: rgb(6,83,4); }

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