#063202

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

Shades of Myrtle #063202

Tints of Myrtle #063202

Color information

#063202 (or 0x063202) is unknown color: approx Myrtle. HEX triplet: 06, 32 and 02. RGB value is (6,50,2). Sum of RGB (Red+Green+Blue) = 6+50+2=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 50 (19.92% from 255 or 86.21% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 50 - color contains mainly: green. Hex color #063202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063202 is #F9CDFD. Grayscale: #1F1F1F. Windows color (decimal): -16371198 or 143878. OLE color: 143878.

HSL color Cylindrical-coordinate representation of color #063202: hue angle of 115º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063202 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB6502-
CMYK0.8800.960.80
HSL115º92.31%10.2%-
HSV(B)115º96%19.61%-
XYZ1.232.320.44-
YUV31.37111.42109.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.34%
GREEN value IS 50 (19.92% from 255) = 86.21%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=10.34%
G=86.21%
B=3.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal65020.8800.960.8011592.3110.2
Hex63225806050735ca
Octal6622130014012016313412
Binary110110010101011000011000001010000111001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063202; }

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

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

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

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

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

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

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

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