Html Css Color HEX #003305 Myrtle

📋 copy color: '#003305'

red 0 ◦ green 51 ◦ blue 5

#003305
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #003305

Tints of Myrtle #003305

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 51 (20.31% from 255) = 91.07%

 BLUE value IS 5 (2.34% from 255) = 8.93%

R = 0%
G = 91.07%
B = 8.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#003305 (or 0x003305) is known color: Myrtle. HEX triplet: 00, 33 and 05. RGB value is (0,51,5). Sum of RGB (Red+Green+Blue) = 0+51+5=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 51 (20.31% from 255 or 91.07% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 51 - color contains mainly: green. Hex color #003305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003305 is #FFCCFA. Grayscale: #1E1E1E. Windows color (decimal): -16764155 or 340736. OLE color: 340736.

HSL color Cylindrical-coordinate representation of color #003305: hue angle of 125.88º 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 #003305 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 51 5 -
CMYK 1 0 0.90 0.8
HSL 125.88º 1% 0.1% -
HSV(B) 125.88º 1% 0.2% -
XYZ 1.21 2.38 0.54 -
YUV 30.51 113.6 106.24 -
System Red Green Blue C M Y K H S L
Decimal 0 51 5 1 0 0.90 0.8 125.88 1 0.1
Hex 0 33 5 64 0 5A 50 7E 64 A
Octal 0 63 5 144 0 132 120 176 144 12
Binary 0 110011 101 1100100 0 1011010 1010000 1111110 1100100 1010

Color Harmonies of #003305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003305

Black with #003305

Text Example


Text Example

White with #003305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003305; }

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

 H1.HeaderClassName
 {
   color: #003305;
 }
 .AnyTagClassName
 {
   color: #003305;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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