Html Css Color HEX #003501 Myrtle

📋 copy color: '#003501'

red 0 ◦ green 53 ◦ blue 1

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

Shades of Myrtle #003501

Tints of Myrtle #003501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 98.15%

 BLUE value IS 1 (0.78% from 255) = 1.85%

R = 0%
G = 98.15%
B = 1.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#003501 (or 0x003501) is known color: Myrtle. HEX triplet: 00, 35 and 01. RGB value is (0,53,1). Sum of RGB (Red+Green+Blue) = 0+53+1=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 53 (21.09% from 255 or 98.15% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 53 - color contains mainly: green. Hex color #003501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003501 is #FFCAFE. Grayscale: #1F1F1F. Windows color (decimal): -16763647 or 79104. OLE color: 79104.

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

Color convert

RGB 0 53 1 -
CMYK 1 0 0.98 0.79
HSL 121.13º 1% 0.1% -
HSV(B) 121.13º 1% 0.21% -
XYZ 1.28 2.55 0.45 -
YUV 31.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 0 53 1 1 0 0.98 0.79 121.13 1 0.1
Hex 0 35 1 64 0 62 4F 79 64 A
Octal 0 65 1 144 0 142 117 171 144 12
Binary 0 110101 1 1100100 0 1100010 1001111 1111001 1100100 1010

Color Harmonies of #003501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003501

Black with #003501

Text Example


Text Example

White with #003501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003501; }

 p { color: rgb(0,53,1); }

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

background-color css

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

 a { background-color: rgb(0,53,1); }

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

border-color css

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

 span { border-color: rgb(0,53,1); }

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