Html Css Color HEX #114115 Myrtle

📋 copy color: '#114115'

red 17 ◦ green 65 ◦ blue 21

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

Shades of Myrtle #114115

Tints of Myrtle #114115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 63.11%

 BLUE value IS 21 (8.59% from 255) = 20.39%

R = 16.5%
G = 63.11%
B = 20.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#114115 (or 0x114115) is known color: Myrtle. HEX triplet: 11, 41 and 15. RGB value is (17,65,21). Sum of RGB (Red+Green+Blue) = 17+65+21=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #114115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114115 is #EEBEEA. Grayscale: #2D2D2D. Windows color (decimal): -15646443 or 1392913. OLE color: 1392913.

HSL color Cylindrical-coordinate representation of color #114115: hue angle of 125º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114115 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 65 21 -
CMYK 0.74 0 0.68 0.75
HSL 125º 0.59% 0.16% -
HSV(B) 125º 0.74% 0.25% -
XYZ 2.26 3.95 1.35 -
YUV 45.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 17 65 21 0.74 0 0.68 0.75 125 0.59 0.16
Hex 11 41 15 4A 0 44 4B 7D 3B 10
Octal 21 101 25 112 0 104 113 175 73 20
Binary 10001 1000001 10101 1001010 0 1000100 1001011 1111101 111011 10000

Color Harmonies of #114115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114115

Black with #114115

Text Example


Text Example

White with #114115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114115; }

 p { color: rgb(17,65,21); }

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

background-color css

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

 a { background-color: rgb(17,65,21); }

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

border-color css

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

 span { border-color: rgb(17,65,21); }

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