#065401

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

Shades of Myrtle #065401

Tints of Myrtle #065401

Color information

#065401 (or 0x065401) is unknown color: approx Myrtle. HEX triplet: 06, 54 and 01. RGB value is (6,84,1). Sum of RGB (Red+Green+Blue) = 6+84+1=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 84 (33.20% from 255 or 92.31% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 84 - color contains mainly: green. Hex color #065401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065401 is #F9ABFE. Grayscale: #333333. Windows color (decimal): -16362495 or 87046. OLE color: 87046.

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

Color convert

RGB6841-
CMYK0.9300.990.67
HSL116.39º97.65%16.67%-
HSV(B)116.39º98.81%32.94%-
XYZ3.256.381.09-
YUV51.2299.6695.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 84 (33.20% from 255) = 92.31%
BLUE value IS 1 (0.78% from 255) = 1.10%
R=6.59%
G=92.31%
B=1.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal68410.9300.990.67116.3997.6516.67
Hex65415D06343746211
Octal61241135014310316414221
Binary1101010100110111010110001110000111110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065401; }

 p { color: rgb(6,84,1); }

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

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

 a { background-color: rgb(6,84,1); }

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

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

 span { border-color: rgb(6,84,1); }

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