#033705

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

Shades of Myrtle #033705

Tints of Myrtle #033705

Color information

#033705 (or 0x033705) is unknown color: approx Myrtle. HEX triplet: 03, 37 and 05. RGB value is (3,55,5). Sum of RGB (Red+Green+Blue) = 3+55+5=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 55 (21.88% from 255 or 87.30% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 55 - color contains mainly: green. Hex color #033705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033705 is #FCC8FA. Grayscale: #212121. Windows color (decimal): -16566523 or 341763. OLE color: 341763.

HSL color Cylindrical-coordinate representation of color #033705: hue angle of 122.31º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033705 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB3555-
CMYK0.9500.910.78
HSL122.31º89.66%11.37%-
HSV(B)122.31º94.55%21.57%-
XYZ1.432.760.6-
YUV33.75111.77106.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.76%
GREEN value IS 55 (21.88% from 255) = 87.30%
BLUE value IS 5 (2.34% from 255) = 7.94%
R=4.76%
G=87.30%
B=7.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal35550.9500.910.78122.3189.6611.37
Hex33755F05B4E7a5ab
Octal3675137013311617213213
Binary111101111011011111010110111001110111101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033705; }

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

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

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

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

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

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

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

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