#033B0A

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

Shades of Myrtle #033B0A

Tints of Myrtle #033B0A

Color information

#033B0A (or 0x033B0A) is unknown color: approx Myrtle. HEX triplet: 03, 3B and 0A. RGB value is (3,59,10). Sum of RGB (Red+Green+Blue) = 3+59+10=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 59 (23.44% from 255 or 81.94% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 59 - color contains mainly: green. Hex color #033B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033B0A is #FCC4F5. Grayscale: #242424. Windows color (decimal): -16565494 or 670467. OLE color: 670467.

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

Color convert

RGB35910-
CMYK0.9500.830.77
HSL127.5º90.32%12.16%-
HSV(B)127.5º94.92%23.14%-
XYZ1.663.170.81-
YUV36.67112.95103.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.17%
GREEN value IS 59 (23.44% from 255) = 81.94%
BLUE value IS 10 (4.30% from 255) = 13.89%
R=4.17%
G=81.94%
B=13.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal359100.9500.830.77127.590.3212.16
Hex33BA5F0534D805ac
Octal37312137012311520013214
Binary11111011101010111110101001110011011000000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,59,10); }

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

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

 a { background-color: rgb(3,59,10); }

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

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

 span { border-color: rgb(3,59,10); }

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