#033402

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

Shades of Myrtle #033402

Tints of Myrtle #033402

Color information

#033402 (or 0x033402) is unknown color: approx Myrtle. HEX triplet: 03, 34 and 02. RGB value is (3,52,2). Sum of RGB (Red+Green+Blue) = 3+52+2=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 52 (20.70% from 255 or 91.23% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 52 - color contains mainly: green. Hex color #033402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033402 is #FCCBFD. Grayscale: #1F1F1F. Windows color (decimal): -16567294 or 144387. OLE color: 144387.

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

Color convert

RGB3522-
CMYK0.9400.960.80
HSL118.8º92.59%10.59%-
HSV(B)118.8º96.15%20.39%-
XYZ1.282.480.47-
YUV31.65111.27107.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 52 (20.70% from 255) = 91.23%
BLUE value IS 2 (1.17% from 255) = 3.51%
R=5.26%
G=91.23%
B=3.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal35220.9400.960.80118.892.5910.59
Hex33425E06050775db
Octal3642136014012016713513
Binary11110100101011110011000001010000111011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033402; }

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

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

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

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

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

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

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

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