#033A08

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

Shades of Myrtle #033A08

Tints of Myrtle #033A08

Color information

#033A08 (or 0x033A08) is unknown color: approx Myrtle. HEX triplet: 03, 3A and 08. RGB value is (3,58,8). Sum of RGB (Red+Green+Blue) = 3+58+8=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 58 (23.05% from 255 or 84.06% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 58 - color contains mainly: green. Hex color #033A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033A08 is #FCC5F7. Grayscale: #242424. Windows color (decimal): -16565752 or 539139. OLE color: 539139.

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

Color convert

RGB3588-
CMYK0.9500.860.77
HSL125.45º90.16%11.96%-
HSV(B)125.45º94.83%22.75%-
XYZ1.593.060.74-
YUV35.85112.28104.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 58 (23.05% from 255) = 84.06%
BLUE value IS 8 (3.52% from 255) = 11.59%
R=4.35%
G=84.06%
B=11.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal35880.9500.860.77125.4590.1611.96
Hex33A85F0564D7d5ac
Octal37210137012611517513214
Binary1111101010001011111010101101001101111110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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