Html Css Color HEX #003801 Myrtle

📋 copy color: '#003801'

red 0 ◦ green 56 ◦ blue 1

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

Shades of Myrtle #003801

Tints of Myrtle #003801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 98.25%

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

R = 0%
G = 98.25%
B = 1.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#003801 (or 0x003801) is known color: Myrtle. HEX triplet: 00, 38 and 01. RGB value is (0,56,1). Sum of RGB (Red+Green+Blue) = 0+56+1=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 56 (22.27% from 255 or 98.25% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 56 - color contains mainly: green. Hex color #003801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003801 is #FFC7FE. Grayscale: #212121. Windows color (decimal): -16762879 or 79872. OLE color: 79872.

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

Color convert

RGB 0 56 1 -
CMYK 1 0 0.98 0.78
HSL 121.07º 1% 0.11% -
HSV(B) 121.07º 1% 0.22% -
XYZ 1.42 2.83 0.5 -
YUV 32.99 109.95 104.47 -
System Red Green Blue C M Y K H S L
Decimal 0 56 1 1 0 0.98 0.78 121.07 1 0.11
Hex 0 38 1 64 0 62 4E 79 64 B
Octal 0 70 1 144 0 142 116 171 144 13
Binary 0 111000 1 1100100 0 1100010 1001110 1111001 1100100 1011

Color Harmonies of #003801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003801

Black with #003801

Text Example


Text Example

White with #003801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003801; }

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

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

background-color css

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

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

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

border-color css

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

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

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