#033C06

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

Shades of Myrtle #033C06

Tints of Myrtle #033C06

Color information

#033C06 (or 0x033C06) is unknown color: approx Myrtle. HEX triplet: 03, 3C and 06. RGB value is (3,60,6). Sum of RGB (Red+Green+Blue) = 3+60+6=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 60 (23.83% from 255 or 86.96% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 60 - color contains mainly: green. Hex color #033C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033C06 is #FCC3F9. Grayscale: #242424. Windows color (decimal): -16565242 or 408579. OLE color: 408579.

HSL color Cylindrical-coordinate representation of color #033C06: hue angle of 123.16º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033C06 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB3606-
CMYK0.9500.900.76
HSL123.16º90.48%12.35%-
HSV(B)123.16º95%23.53%-
XYZ1.693.260.71-
YUV36.8110.62103.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 60 (23.83% from 255) = 86.96%
BLUE value IS 6 (2.73% from 255) = 8.70%
R=4.35%
G=86.96%
B=8.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal36060.9500.900.76123.1690.4812.35
Hex33C65F05A4C7b5ac
Octal3746137013211417313214
Binary111111001101011111010110101001100111101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033C06; }

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

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

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

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

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

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

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

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