#065311

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

Shades of Myrtle #065311

Tints of Myrtle #065311

Color information

#065311 (or 0x065311) is unknown color: approx Myrtle. HEX triplet: 06, 53 and 11. RGB value is (6,83,17). Sum of RGB (Red+Green+Blue) = 6+83+17=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 83 (32.81% from 255 or 78.30% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 83 - color contains mainly: green. Hex color #065311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065311 is #F9ACEE. Grayscale: #343434. Windows color (decimal): -16362735 or 1135366. OLE color: 1135366.

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

Color convert

RGB68317-
CMYK0.9300.800.67
HSL128.57º86.52%17.45%-
HSV(B)128.57º92.77%32.55%-
XYZ3.276.271.57-
YUV52.45107.9994.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 83 (32.81% from 255) = 78.30%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=5.66%
G=78.30%
B=16.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683170.9300.800.67128.5786.5217.45
Hex653115D05043815711
Octal612321135012010320112721
Binary110101001110001101110101010000100001110000001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065311; }

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

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

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

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

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

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

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

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