Html Css Color HEX #115314 Myrtle

📋 copy color: '#115314'

red 17 ◦ green 83 ◦ blue 20

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

Shades of Myrtle #115314

Tints of Myrtle #115314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 69.17%

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

R = 14.17%
G = 69.17%
B = 16.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#115314 (or 0x115314) is known color: Myrtle. HEX triplet: 11, 53 and 14. RGB value is (17,83,20). Sum of RGB (Red+Green+Blue) = 17+83+20=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #115314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115314 is #EEACEB. Grayscale: #383838. Windows color (decimal): -15641836 or 1331985. OLE color: 1331985.

HSL color Cylindrical-coordinate representation of color #115314: hue angle of 122.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115314 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 83 20 -
CMYK 0.80 0 0.76 0.67
HSL 122.73º 0.66% 0.2% -
HSV(B) 122.73º 0.8% 0.33% -
XYZ 3.45 6.36 1.71 -
YUV 56.08 107.63 100.12 -
System Red Green Blue C M Y K H S L
Decimal 17 83 20 0.80 0 0.76 0.67 122.73 0.66 0.2
Hex 11 53 14 50 0 4C 43 7B 42 14
Octal 21 123 24 120 0 114 103 173 102 24
Binary 10001 1010011 10100 1010000 0 1001100 1000011 1111011 1000010 10100

Color Harmonies of #115314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115314

Black with #115314

Text Example


Text Example

White with #115314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115314; }

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

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

background-color css

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

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

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

border-color css

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

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

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