#033000

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

Shades of Myrtle #033000

Tints of Myrtle #033000

Color information

#033000 (or 0x033000) is unknown color: approx Myrtle. HEX triplet: 03, 30 and 00. RGB value is (3,48,0). Sum of RGB (Red+Green+Blue) = 3+48+0=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 48 (19.14% from 255 or 94.12% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 48 - color contains mainly: green. Hex color #033000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033000 is #FCCFFF. Grayscale: #1D1D1D. Windows color (decimal): -16568320 or 12291. OLE color: 12291.

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

Color convert

RGB3480-
CMYK0.94010.81
HSL116.25º100%9.41%-
HSV(B)116.25º100%18.82%-
XYZ1.092.130.35-
YUV29.07111.59109.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 48 (19.14% from 255) = 94.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.88%
G=94.12%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal34800.94010.81116.251009.41
Hex33005E0645174649
Octal3600136014412116414411
Binary1111000001011110011001001010001111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033000; }

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

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

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

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

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

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

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

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