Html Css Color HEX #115508 Myrtle

📋 copy color: '#115508'

red 17 ◦ green 85 ◦ blue 8

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

Shades of Myrtle #115508

Tints of Myrtle #115508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 77.27%

 BLUE value IS 8 (3.52% from 255) = 7.27%

R = 15.45%
G = 77.27%
B = 7.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#115508 (or 0x115508) is known color: Myrtle. HEX triplet: 11, 55 and 08. RGB value is (17,85,8). Sum of RGB (Red+Green+Blue) = 17+85+8=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #115508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115508 is #EEAAF7. Grayscale: #383838. Windows color (decimal): -15641336 or 546065. OLE color: 546065.

HSL color Cylindrical-coordinate representation of color #115508: hue angle of 112.99º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115508 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 85 8 -
CMYK 0.80 0 0.91 0.67
HSL 112.99º 0.83% 0.18% -
HSV(B) 112.99º 0.91% 0.33% -
XYZ 3.52 6.63 1.32 -
YUV 55.89 100.97 100.26 -
System Red Green Blue C M Y K H S L
Decimal 17 85 8 0.80 0 0.91 0.67 112.99 0.83 0.18
Hex 11 55 8 50 0 5B 43 71 53 12
Octal 21 125 10 120 0 133 103 161 123 22
Binary 10001 1010101 1000 1010000 0 1011011 1000011 1110001 1010011 10010

Color Harmonies of #115508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115508

Black with #115508

Text Example


Text Example

White with #115508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115508; }

 p { color: rgb(17,85,8); }

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

background-color css

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

 a { background-color: rgb(17,85,8); }

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

border-color css

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

 span { border-color: rgb(17,85,8); }

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