Html Css Color HEX #115502 Myrtle

📋 copy color: '#115502'

red 17 ◦ green 85 ◦ blue 2

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

Shades of Myrtle #115502

Tints of Myrtle #115502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.92%

R = 16.35%
G = 81.73%
B = 1.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#115502 (or 0x115502) is known color: Myrtle. HEX triplet: 11, 55 and 02. RGB value is (17,85,2). Sum of RGB (Red+Green+Blue) = 17+85+2=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 85 (33.59% from 255 or 81.73% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 85 - color contains mainly: green. Hex color #115502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115502 is #EEAAFD. Grayscale: #373737. Windows color (decimal): -15641342 or 152849. OLE color: 152849.

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

Color convert

RGB 17 85 2 -
CMYK 0.80 0 0.98 0.67
HSL 109.16º 0.95% 0.17% -
HSV(B) 109.16º 0.98% 0.33% -
XYZ 3.49 6.62 1.15 -
YUV 55.21 97.97 100.75 -
System Red Green Blue C M Y K H S L
Decimal 17 85 2 0.80 0 0.98 0.67 109.16 0.95 0.17
Hex 11 55 2 50 0 62 43 6D 5F 11
Octal 21 125 2 120 0 142 103 155 137 21
Binary 10001 1010101 10 1010000 0 1100010 1000011 1101101 1011111 10001

Color Harmonies of #115502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115502

Black with #115502

Text Example


Text Example

White with #115502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115502; }

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

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

background-color css

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

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

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

border-color css

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

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

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