Html Css Color HEX #114801 Myrtle

📋 copy color: '#114801'

red 17 ◦ green 72 ◦ blue 1

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

Shades of Myrtle #114801

Tints of Myrtle #114801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 80%

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

R = 18.89%
G = 80%
B = 1.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#114801 (or 0x114801) is known color: Myrtle. HEX triplet: 11, 48 and 01. RGB value is (17,72,1). Sum of RGB (Red+Green+Blue) = 17+72+1=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 72 (28.52% from 255 or 80% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 72 - color contains mainly: green. Hex color #114801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114801 is #EEB7FE. Grayscale: #2F2F2F. Windows color (decimal): -15644671 or 83985. OLE color: 83985.

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

Color convert

RGB 17 72 1 -
CMYK 0.76 0 0.99 0.72
HSL 106.48º 0.97% 0.14% -
HSV(B) 106.48º 0.99% 0.28% -
XYZ 2.55 4.76 0.81 -
YUV 47.46 101.78 106.27 -
System Red Green Blue C M Y K H S L
Decimal 17 72 1 0.76 0 0.99 0.72 106.48 0.97 0.14
Hex 11 48 1 4C 0 63 48 6A 61 E
Octal 21 110 1 114 0 143 110 152 141 16
Binary 10001 1001000 1 1001100 0 1100011 1001000 1101010 1100001 1110

Color Harmonies of #114801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114801

Black with #114801

Text Example


Text Example

White with #114801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114801; }

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

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

background-color css

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

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

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

border-color css

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

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

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