#063102

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

Shades of Myrtle #063102

Tints of Myrtle #063102

Color information

#063102 (or 0x063102) is unknown color: approx Myrtle. HEX triplet: 06, 31 and 02. RGB value is (6,49,2). Sum of RGB (Red+Green+Blue) = 6+49+2=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 49 (19.53% from 255 or 85.96% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 49 - color contains mainly: green. Hex color #063102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063102 is #F9CEFD. Grayscale: #1E1E1E. Windows color (decimal): -16371454 or 143622. OLE color: 143622.

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

Color convert

RGB6492-
CMYK0.8800.960.81
HSL114.89º92.16%10%-
HSV(B)114.89º95.92%19.22%-
XYZ1.182.240.43-
YUV30.78111.75110.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.53%
GREEN value IS 49 (19.53% from 255) = 85.96%
BLUE value IS 2 (1.17% from 255) = 3.51%
R=10.53%
G=85.96%
B=3.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal64920.8800.960.81114.8992.1610
Hex63125806051735ca
Octal6612130014012116313412
Binary110110001101011000011000001010001111001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063102; }

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

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

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

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

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

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

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

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