Html Css Color HEX #013804 Myrtle

📋 copy color: '#013804'

red 1 ◦ green 56 ◦ blue 4

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

Shades of Myrtle #013804

Tints of Myrtle #013804

RGB

 RED value IS 1 (0.78% from 255) = 1.64%

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

 BLUE value IS 4 (1.95% from 255) = 6.56%

R = 1.64%
G = 91.8%
B = 6.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#013804 (or 0x013804) is known color: Myrtle. HEX triplet: 01, 38 and 04. RGB value is (1,56,4). Sum of RGB (Red+Green+Blue) = 1+56+4=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 56 (22.27% from 255 or 91.80% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 56 - color contains mainly: green. Hex color #013804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013804 is #FEC7FB. Grayscale: #212121. Windows color (decimal): -16697340 or 276481. OLE color: 276481.

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

Color convert

RGB 1 56 4 -
CMYK 0.98 0 0.93 0.78
HSL 123.27º 0.96% 0.11% -
HSV(B) 123.27º 0.98% 0.22% -
XYZ 1.45 2.84 0.59 -
YUV 33.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 1 56 4 0.98 0 0.93 0.78 123.27 0.96 0.11
Hex 1 38 4 62 0 5D 4E 7B 60 B
Octal 1 70 4 142 0 135 116 173 140 13
Binary 1 111000 100 1100010 0 1011101 1001110 1111011 1100000 1011

Color Harmonies of #013804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013804

Black with #013804

Text Example


Text Example

White with #013804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013804; }

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

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

background-color css

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

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

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

border-color css

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

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

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