#033005

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

Shades of Myrtle #033005

Tints of Myrtle #033005

Color information

#033005 (or 0x033005) is unknown color: approx Myrtle. HEX triplet: 03, 30 and 05. RGB value is (3,48,5). Sum of RGB (Red+Green+Blue) = 3+48+5=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 48 (19.14% from 255 or 85.71% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 48 - color contains mainly: green. Hex color #033005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033005 is #FCCFFA. Grayscale: #1D1D1D. Windows color (decimal): -16568315 or 339971. OLE color: 339971.

HSL color Cylindrical-coordinate representation of color #033005: hue angle of 122.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033005 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB3485-
CMYK0.9400.900.81
HSL122.67º88.24%10%-
HSV(B)122.67º93.75%18.82%-
XYZ1.122.140.5-
YUV29.64114.09109-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 48 (19.14% from 255) = 85.71%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=5.36%
G=85.71%
B=8.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal34850.9400.900.81122.6788.2410
Hex33055E05A517b58a
Octal3605136013212117313012
Binary111100001011011110010110101010001111101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033005; }

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

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

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

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

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

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

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

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