Html Css Color HEX #113914 Myrtle

📋 copy color: '#113914'

red 17 ◦ green 57 ◦ blue 20

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

Shades of Myrtle #113914

Tints of Myrtle #113914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 60.64%

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

R = 18.09%
G = 60.64%
B = 21.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#113914 (or 0x113914) is known color: Myrtle. HEX triplet: 11, 39 and 14. RGB value is (17,57,20). Sum of RGB (Red+Green+Blue) = 17+57+20=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 57 (22.66% from 255 or 60.64% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 57 - color contains mainly: green. Hex color #113914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113914 is #EEC6EB. Grayscale: #282828. Windows color (decimal): -15648492 or 1325329. OLE color: 1325329.

HSL color Cylindrical-coordinate representation of color #113914: hue angle of 124.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113914 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 57 20 -
CMYK 0.70 0 0.65 0.78
HSL 124.5º 0.54% 0.15% -
HSV(B) 124.5º 0.7% 0.22% -
XYZ 1.82 3.1 1.16 -
YUV 40.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 17 57 20 0.70 0 0.65 0.78 124.5 0.54 0.15
Hex 11 39 14 46 0 41 4E 7C 36 F
Octal 21 71 24 106 0 101 116 174 66 17
Binary 10001 111001 10100 1000110 0 1000001 1001110 1111100 110110 1111

Color Harmonies of #113914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113914

Black with #113914

Text Example


Text Example

White with #113914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113914; }

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

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

background-color css

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

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

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

border-color css

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

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

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