Html Css Color HEX #114009 Myrtle

📋 copy color: '#114009'

red 17 ◦ green 64 ◦ blue 9

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

Shades of Myrtle #114009

Tints of Myrtle #114009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 71.11%

 BLUE value IS 9 (3.91% from 255) = 10%

R = 18.89%
G = 71.11%
B = 10%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#114009 (or 0x114009) is known color: Myrtle. HEX triplet: 11, 40 and 09. RGB value is (17,64,9). Sum of RGB (Red+Green+Blue) = 17+64+9=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #114009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114009 is #EEBFF6. Grayscale: #2B2B2B. Windows color (decimal): -15646711 or 606225. OLE color: 606225.

HSL color Cylindrical-coordinate representation of color #114009: hue angle of 111.27º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114009 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 9 -
CMYK 0.73 0 0.86 0.75
HSL 111.27º 0.75% 0.14% -
HSV(B) 111.27º 0.86% 0.25% -
XYZ 2.11 3.81 0.88 -
YUV 43.68 108.43 108.97 -
System Red Green Blue C M Y K H S L
Decimal 17 64 9 0.73 0 0.86 0.75 111.27 0.75 0.14
Hex 11 40 9 49 0 56 4B 6F 4B E
Octal 21 100 11 111 0 126 113 157 113 16
Binary 10001 1000000 1001 1001001 0 1010110 1001011 1101111 1001011 1110

Color Harmonies of #114009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114009

Black with #114009

Text Example


Text Example

White with #114009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114009; }

 p { color: rgb(17,64,9); }

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

background-color css

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

 a { background-color: rgb(17,64,9); }

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

border-color css

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

 span { border-color: rgb(17,64,9); }

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