#065503

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

Shades of Myrtle #065503

Tints of Myrtle #065503

Color information

#065503 (or 0x065503) is unknown color: approx Myrtle. HEX triplet: 06, 55 and 03. RGB value is (6,85,3). Sum of RGB (Red+Green+Blue) = 6+85+3=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 85 (33.59% from 255 or 90.43% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 85 - color contains mainly: green. Hex color #065503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065503 is #F9AAFC. Grayscale: #343434. Windows color (decimal): -16362237 or 218374. OLE color: 218374.

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

Color convert

RGB6853-
CMYK0.9300.960.67
HSL117.8º93.18%17.25%-
HSV(B)117.8º96.47%33.33%-
XYZ3.346.541.17-
YUV52.03100.3395.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 85 (33.59% from 255) = 90.43%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=6.38%
G=90.43%
B=3.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal68530.9300.960.67117.893.1817.25
Hex65535D06043765d11
Octal61253135014010316613521
Binary11010101011110111010110000010000111110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065503; }

 p { color: rgb(6,85,3); }

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

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

 a { background-color: rgb(6,85,3); }

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

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

 span { border-color: rgb(6,85,3); }

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