#033100

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

Shades of Myrtle #033100

Tints of Myrtle #033100

Color information

#033100 (or 0x033100) is unknown color: approx Myrtle. HEX triplet: 03, 31 and 00. RGB value is (3,49,0). Sum of RGB (Red+Green+Blue) = 3+49+0=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 49 (19.53% from 255 or 94.23% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 49 - color contains mainly: green. Hex color #033100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033100 is #FCCEFF. Grayscale: #1D1D1D. Windows color (decimal): -16568064 or 12547. OLE color: 12547.

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

Color convert

RGB3490-
CMYK0.94010.81
HSL116.33º100%9.61%-
HSV(B)116.33º100%19.22%-
XYZ1.142.220.37-
YUV29.66111.26108.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 49 (19.53% from 255) = 94.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.77%
G=94.23%
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
Decimal34900.94010.81116.331009.61
Hex33105E064517464a
Octal3610136014412116414412
Binary1111000101011110011001001010001111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033100; }

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

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

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

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

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

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

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

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