#033C05

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

Shades of Myrtle #033C05

Tints of Myrtle #033C05

Color information

#033C05 (or 0x033C05) is unknown color: approx Myrtle. HEX triplet: 03, 3C and 05. RGB value is (3,60,5). Sum of RGB (Red+Green+Blue) = 3+60+5=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 60 (23.83% from 255 or 88.24% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 60 - color contains mainly: green. Hex color #033C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033C05 is #FCC3FA. Grayscale: #242424. Windows color (decimal): -16565243 or 343043. OLE color: 343043.

HSL color Cylindrical-coordinate representation of color #033C05: hue angle of 122.11º 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 #033C05 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.

Color convert

RGB3605-
CMYK0.9500.920.76
HSL122.11º90.48%12.35%-
HSV(B)122.11º95%23.53%-
XYZ1.683.260.68-
YUV36.69110.12103.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 60 (23.83% from 255) = 88.24%
BLUE value IS 5 (2.34% from 255) = 7.35%
R=4.41%
G=88.24%
B=7.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal36050.9500.920.76122.1190.4812.35
Hex33C55F05C4C7a5ac
Octal3745137013411417213214
Binary111111001011011111010111001001100111101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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