#063B02

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

Shades of Myrtle #063B02

Tints of Myrtle #063B02

Color information

#063B02 (or 0x063B02) is unknown color: approx Myrtle. HEX triplet: 06, 3B and 02. RGB value is (6,59,2). Sum of RGB (Red+Green+Blue) = 6+59+2=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 59 (23.44% from 255 or 88.06% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 59 - color contains mainly: green. Hex color #063B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063B02 is #F9C4FD. Grayscale: #242424. Windows color (decimal): -16368894 or 146182. OLE color: 146182.

HSL color Cylindrical-coordinate representation of color #063B02: hue angle of 115.79º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063B02 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB6592-
CMYK0.9000.970.77
HSL115.79º93.44%11.96%-
HSV(B)115.79º96.61%23.14%-
XYZ1.653.170.58-
YUV36.65108.44106.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.96%
GREEN value IS 59 (23.44% from 255) = 88.06%
BLUE value IS 2 (1.17% from 255) = 2.99%
R=8.96%
G=88.06%
B=2.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal65920.9000.970.77115.7993.4411.96
Hex63B25A0614D745dc
Octal6732132014111516413514
Binary110111011101011010011000011001101111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063B02; }

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

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

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

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

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

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

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

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