Html Css Color HEX #115503 Myrtle

📋 copy color: '#115503'

red 17 ◦ green 85 ◦ blue 3

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

Shades of Myrtle #115503

Tints of Myrtle #115503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.86%

R = 16.19%
G = 80.95%
B = 2.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#115503 (or 0x115503) is known color: Myrtle. HEX triplet: 11, 55 and 03. RGB value is (17,85,3). Sum of RGB (Red+Green+Blue) = 17+85+3=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 85 (33.59% from 255 or 80.95% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 85 - color contains mainly: green. Hex color #115503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115503 is #EEAAFC. Grayscale: #373737. Windows color (decimal): -15641341 or 218385. OLE color: 218385.

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

Color convert

RGB 17 85 3 -
CMYK 0.80 0 0.96 0.67
HSL 109.76º 0.93% 0.17% -
HSV(B) 109.76º 0.96% 0.33% -
XYZ 3.5 6.62 1.18 -
YUV 55.32 98.47 100.67 -
System Red Green Blue C M Y K H S L
Decimal 17 85 3 0.80 0 0.96 0.67 109.76 0.93 0.17
Hex 11 55 3 50 0 60 43 6E 5D 11
Octal 21 125 3 120 0 140 103 156 135 21
Binary 10001 1010101 11 1010000 0 1100000 1000011 1101110 1011101 10001

Color Harmonies of #115503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115503

Black with #115503

Text Example


Text Example

White with #115503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115503; }

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

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

background-color css

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

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

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

border-color css

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

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

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