Html Css Color HEX #003601 Myrtle

📋 copy color: '#003601'

red 0 ◦ green 54 ◦ blue 1

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

Shades of Myrtle #003601

Tints of Myrtle #003601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 98.18%

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

R = 0%
G = 98.18%
B = 1.82%

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

#003601 (or 0x003601) is known color: Myrtle. HEX triplet: 00, 36 and 01. RGB value is (0,54,1). Sum of RGB (Red+Green+Blue) = 0+54+1=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 54 (21.48% from 255 or 98.18% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 54 - color contains mainly: green. Hex color #003601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003601 is #FFC9FE. Grayscale: #1F1F1F. Windows color (decimal): -16763391 or 79360. OLE color: 79360.

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

Color convert

RGB 0 54 1 -
CMYK 1 0 0.98 0.79
HSL 121.11º 1% 0.11% -
HSV(B) 121.11º 1% 0.21% -
XYZ 1.32 2.64 0.47 -
YUV 31.81 110.61 105.31 -
System Red Green Blue C M Y K H S L
Decimal 0 54 1 1 0 0.98 0.79 121.11 1 0.11
Hex 0 36 1 64 0 62 4F 79 64 B
Octal 0 66 1 144 0 142 117 171 144 13
Binary 0 110110 1 1100100 0 1100010 1001111 1111001 1100100 1011

Color Harmonies of #003601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003601

Black with #003601

Text Example


Text Example

White with #003601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003601; }

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

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

background-color css

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

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

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

border-color css

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

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

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