#033401

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

Shades of Myrtle #033401

Tints of Myrtle #033401

Color information

#033401 (or 0x033401) is unknown color: approx Myrtle. HEX triplet: 03, 34 and 01. RGB value is (3,52,1). Sum of RGB (Red+Green+Blue) = 3+52+1=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 52 (20.70% from 255 or 92.86% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 52 - color contains mainly: green. Hex color #033401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033401 is #FCCBFE. Grayscale: #1F1F1F. Windows color (decimal): -16567295 or 78851. OLE color: 78851.

HSL color Cylindrical-coordinate representation of color #033401: hue angle of 117.65º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033401 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB3521-
CMYK0.9400.980.80
HSL117.65º96.23%10.39%-
HSV(B)117.65º98.08%20.39%-
XYZ1.272.480.44-
YUV31.53110.77107.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 52 (20.70% from 255) = 92.86%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=5.36%
G=92.86%
B=1.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal35210.9400.980.80117.6596.2310.39
Hex33415E062507660a
Octal3641136014212016614012
Binary1111010011011110011000101010000111011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033401; }

 p { color: rgb(3,52,1); }

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

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

 a { background-color: rgb(3,52,1); }

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

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

 span { border-color: rgb(3,52,1); }

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