#065302

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

Shades of Myrtle #065302

Tints of Myrtle #065302

Color information

#065302 (or 0x065302) is unknown color: approx Myrtle. HEX triplet: 06, 53 and 02. RGB value is (6,83,2). Sum of RGB (Red+Green+Blue) = 6+83+2=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 83 (32.81% from 255 or 91.21% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 83 - color contains mainly: green. Hex color #065302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065302 is #F9ACFD. Grayscale: #323232. Windows color (decimal): -16362750 or 152326. OLE color: 152326.

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

Color convert

RGB6832-
CMYK0.9300.980.67
HSL117.04º95.29%16.67%-
HSV(B)117.04º97.59%32.55%-
XYZ3.186.231.09-
YUV50.74100.4996.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 83 (32.81% from 255) = 91.21%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=6.59%
G=91.21%
B=2.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal68320.9300.980.67117.0495.2916.67
Hex65325D06243755f11
Octal61232135014210316513721
Binary11010100111010111010110001010000111110101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065302; }

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

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

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

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

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

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

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

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