Html Css Color HEX #115201 Myrtle

📋 copy color: '#115201'

red 17 ◦ green 82 ◦ blue 1

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

Shades of Myrtle #115201

Tints of Myrtle #115201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 82%

 BLUE value IS 1 (0.78% from 255) = 1%

R = 17%
G = 82%
B = 1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#115201 (or 0x115201) is known color: Myrtle. HEX triplet: 11, 52 and 01. RGB value is (17,82,1). Sum of RGB (Red+Green+Blue) = 17+82+1=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 82 (32.42% from 255 or 82% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 82 - color contains mainly: green. Hex color #115201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115201 is #EEADFE. Grayscale: #353535. Windows color (decimal): -15642111 or 86545. OLE color: 86545.

HSL color Cylindrical-coordinate representation of color #115201: hue angle of 108.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #115201 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 82 1 -
CMYK 0.79 0 0.99 0.68
HSL 108.15º 0.98% 0.16% -
HSV(B) 108.15º 0.99% 0.32% -
XYZ 3.25 6.16 1.05 -
YUV 53.33 98.47 102.09 -
System Red Green Blue C M Y K H S L
Decimal 17 82 1 0.79 0 0.99 0.68 108.15 0.98 0.16
Hex 11 52 1 4F 0 63 44 6C 62 10
Octal 21 122 1 117 0 143 104 154 142 20
Binary 10001 1010010 1 1001111 0 1100011 1000100 1101100 1100010 10000

Color Harmonies of #115201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115201

Black with #115201

Text Example


Text Example

White with #115201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115201; }

 p { color: rgb(17,82,1); }

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

background-color css

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

 a { background-color: rgb(17,82,1); }

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

border-color css

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

 span { border-color: rgb(17,82,1); }

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