Html Css Color HEX #104401 Myrtle

📋 copy color: '#104401'

red 16 ◦ green 68 ◦ blue 1

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

Shades of Myrtle #104401

Tints of Myrtle #104401

RGB

 RED value IS 16 (6.64% from 255) = 18.82%

 GREEN value IS 68 (26.95% from 255) = 80%

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

R = 18.82%
G = 80%
B = 1.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#104401 (or 0x104401) is known color: Myrtle. HEX triplet: 10, 44 and 01. RGB value is (16,68,1). Sum of RGB (Red+Green+Blue) = 16+68+1=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 68 (26.95% from 255 or 80% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 68 - color contains mainly: green. Hex color #104401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104401 is #EFBBFE. Grayscale: #2D2D2D. Windows color (decimal): -15711231 or 82960. OLE color: 82960.

HSL color Cylindrical-coordinate representation of color #104401: hue angle of 106.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #104401 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 68 1 -
CMYK 0.76 0 0.99 0.73
HSL 106.57º 0.97% 0.14% -
HSV(B) 106.57º 0.99% 0.27% -
XYZ 2.29 4.25 0.73 -
YUV 44.81 103.27 107.45 -
System Red Green Blue C M Y K H S L
Decimal 16 68 1 0.76 0 0.99 0.73 106.57 0.97 0.14
Hex 10 44 1 4C 0 63 49 6B 61 E
Octal 20 104 1 114 0 143 111 153 141 16
Binary 10000 1000100 1 1001100 0 1100011 1001001 1101011 1100001 1110

Color Harmonies of #104401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104401

Black with #104401

Text Example


Text Example

White with #104401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104401; }

 p { color: rgb(16,68,1); }

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

background-color css

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

 a { background-color: rgb(16,68,1); }

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

border-color css

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

 span { border-color: rgb(16,68,1); }

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