Html Css Color HEX #114401 Myrtle

📋 copy color: '#114401'

red 17 ◦ green 68 ◦ blue 1

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

Shades of Myrtle #114401

Tints of Myrtle #114401

RGB

 RED value IS 17 (7.03% from 255) = 19.77%

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

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

R = 19.77%
G = 79.07%
B = 1.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#114401 (or 0x114401) is known color: Myrtle. HEX triplet: 11, 44 and 01. RGB value is (17,68,1). Sum of RGB (Red+Green+Blue) = 17+68+1=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 68 (26.95% from 255 or 79.07% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 68 - color contains mainly: green. Hex color #114401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114401 is #EEBBFE. Grayscale: #2D2D2D. Windows color (decimal): -15645695 or 82961. OLE color: 82961.

HSL color Cylindrical-coordinate representation of color #114401: hue angle of 105.67º 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 #114401 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 68 1 -
CMYK 0.75 0 0.99 0.73
HSL 105.67º 0.97% 0.14% -
HSV(B) 105.67º 0.99% 0.27% -
XYZ 2.3 4.26 0.73 -
YUV 45.11 103.1 107.95 -
System Red Green Blue C M Y K H S L
Decimal 17 68 1 0.75 0 0.99 0.73 105.67 0.97 0.14
Hex 11 44 1 4B 0 63 49 6A 61 E
Octal 21 104 1 113 0 143 111 152 141 16
Binary 10001 1000100 1 1001011 0 1100011 1001001 1101010 1100001 1110

Color Harmonies of #114401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114401

Black with #114401

Text Example


Text Example

White with #114401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114401; }

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

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

background-color css

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

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

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

border-color css

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

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

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