Html Css Color HEX #115312 Myrtle

📋 copy color: '#115312'

red 17 ◦ green 83 ◦ blue 18

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

Shades of Myrtle #115312

Tints of Myrtle #115312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 14.41%
G = 70.34%
B = 15.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#115312 (or 0x115312) is known color: Myrtle. HEX triplet: 11, 53 and 12. RGB value is (17,83,18). Sum of RGB (Red+Green+Blue) = 17+83+18=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #115312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115312 is #EEACED. Grayscale: #383838. Windows color (decimal): -15641838 or 1200913. OLE color: 1200913.

HSL color Cylindrical-coordinate representation of color #115312: hue angle of 120.91º 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 #115312 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 83 18 -
CMYK 0.80 0 0.78 0.67
HSL 120.91º 0.66% 0.2% -
HSV(B) 120.91º 0.8% 0.33% -
XYZ 3.43 6.35 1.62 -
YUV 55.86 106.63 100.29 -
System Red Green Blue C M Y K H S L
Decimal 17 83 18 0.80 0 0.78 0.67 120.91 0.66 0.2
Hex 11 53 12 50 0 4E 43 79 42 14
Octal 21 123 22 120 0 116 103 171 102 24
Binary 10001 1010011 10010 1010000 0 1001110 1000011 1111001 1000010 10100

Color Harmonies of #115312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115312

Black with #115312

Text Example


Text Example

White with #115312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115312; }

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

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

background-color css

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

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

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

border-color css

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

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

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