#003302

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

Shades of Myrtle #003302

Tints of Myrtle #003302

Color information

#003302 (or 0x003302) is unknown color: approx Myrtle. HEX triplet: 00, 33 and 02. RGB value is (0,51,2). Sum of RGB (Red+Green+Blue) = 0+51+2=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 51 (20.31% from 255 or 96.23% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 51 - color contains mainly: green. Hex color #003302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003302 is #FFCCFD. Grayscale: #1E1E1E. Windows color (decimal): -16764158 or 144128. OLE color: 144128.

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

Color convert

RGB0512-
CMYK100.960.8
HSL122.35º100%10%-
HSV(B)122.35º100%20%-
XYZ1.192.370.45-
YUV30.16112.1106.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 96.23%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=0%
G=96.23%
B=3.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal0512100.960.8122.3510010
Hex033264060507a64a
Octal0632144014012017214412
Binary0110011101100100011000001010000111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003302; }

 p { color: rgb(0,51,2); }

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

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

 a { background-color: rgb(0,51,2); }

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

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

 span { border-color: rgb(0,51,2); }

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