#033A05

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

Shades of Myrtle #033A05

Tints of Myrtle #033A05

Color information

#033A05 (or 0x033A05) is unknown color: approx Myrtle. HEX triplet: 03, 3A and 05. RGB value is (3,58,5). Sum of RGB (Red+Green+Blue) = 3+58+5=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 58 (23.05% from 255 or 87.88% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 58 - color contains mainly: green. Hex color #033A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033A05 is #FCC5FA. Grayscale: #232323. Windows color (decimal): -16565755 or 342531. OLE color: 342531.

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

Color convert

RGB3585-
CMYK0.9500.910.77
HSL122.18º90.16%11.96%-
HSV(B)122.18º94.83%22.75%-
XYZ1.583.060.65-
YUV35.51110.78104.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 58 (23.05% from 255) = 87.88%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=4.55%
G=87.88%
B=7.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal35850.9500.910.77122.1890.1611.96
Hex33A55F05B4D7a5ac
Octal3725137013311517213214
Binary111110101011011111010110111001101111101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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