#035206

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

Shades of Myrtle #035206

Tints of Myrtle #035206

Color information

#035206 (or 0x035206) is unknown color: approx Myrtle. HEX triplet: 03, 52 and 06. RGB value is (3,82,6). Sum of RGB (Red+Green+Blue) = 3+82+6=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 82 (32.42% from 255 or 90.11% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 82 - color contains mainly: green. Hex color #035206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035206 is #FCADF9. Grayscale: #313131. Windows color (decimal): -16559610 or 414211. OLE color: 414211.

HSL color Cylindrical-coordinate representation of color #035206: hue angle of 122.28º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035206 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB3826-
CMYK0.9600.930.68
HSL122.28º92.94%16.67%-
HSV(B)122.28º96.34%32.16%-
XYZ3.096.071.18-
YUV49.72103.3394.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 82 (32.42% from 255) = 90.11%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=3.30%
G=90.11%
B=6.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal38260.9600.930.68122.2892.9416.67
Hex35266005D447a5d11
Octal31226140013510417213521
Binary11101001011011000000101110110001001111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035206; }

 p { color: rgb(3,82,6); }

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

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

 a { background-color: rgb(3,82,6); }

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

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

 span { border-color: rgb(3,82,6); }

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