Html Css Color HEX #114114 Myrtle

📋 copy color: '#114114'

red 17 ◦ green 65 ◦ blue 20

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

Shades of Myrtle #114114

Tints of Myrtle #114114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.61%

R = 16.67%
G = 63.73%
B = 19.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#114114 (or 0x114114) is known color: Myrtle. HEX triplet: 11, 41 and 14. RGB value is (17,65,20). Sum of RGB (Red+Green+Blue) = 17+65+20=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #114114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114114 is #EEBEEB. Grayscale: #2D2D2D. Windows color (decimal): -15646444 or 1327377. OLE color: 1327377.

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

Color convert

RGB 17 65 20 -
CMYK 0.74 0 0.69 0.75
HSL 123.75º 0.59% 0.16% -
HSV(B) 123.75º 0.74% 0.25% -
XYZ 2.25 3.95 1.31 -
YUV 45.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 17 65 20 0.74 0 0.69 0.75 123.75 0.59 0.16
Hex 11 41 14 4A 0 45 4B 7C 3B 10
Octal 21 101 24 112 0 105 113 174 73 20
Binary 10001 1000001 10100 1001010 0 1000101 1001011 1111100 111011 10000

Color Harmonies of #114114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114114

Black with #114114

Text Example


Text Example

White with #114114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114114; }

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

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

background-color css

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

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

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

border-color css

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

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

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