#063205

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

Shades of Myrtle #063205

Tints of Myrtle #063205

Color information

#063205 (or 0x063205) is unknown color: approx Myrtle. HEX triplet: 06, 32 and 05. RGB value is (6,50,5). Sum of RGB (Red+Green+Blue) = 6+50+5=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 50 (19.92% from 255 or 81.97% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 50 - color contains mainly: green. Hex color #063205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063205 is #F9CDFA. Grayscale: #1F1F1F. Windows color (decimal): -16371195 or 340486. OLE color: 340486.

HSL color Cylindrical-coordinate representation of color #063205: hue angle of 118.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063205 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB6505-
CMYK0.8800.900.80
HSL118.67º81.82%10.78%-
HSV(B)118.67º90%19.61%-
XYZ1.242.330.53-
YUV31.71112.92109.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.84%
GREEN value IS 50 (19.92% from 255) = 81.97%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=9.84%
G=81.97%
B=8.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal65050.8800.900.80118.6781.8210.78
Hex63255805A507752b
Octal6625130013212016712213
Binary1101100101011011000010110101010000111011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063205; }

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

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

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

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

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

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

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

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