#175012

Color #175012 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #175012

Tints of Myrtle #175012

Color information

#175012 (or 0x175012) is unknown color: approx Myrtle. HEX triplet: 17, 50 and 12. RGB value is (23,80,18). Sum of RGB (Red+Green+Blue) = 23+80+18=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #175012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #175012 is #E8AFED. Grayscale: #383838. Windows color (decimal): -15249390 or 1200151. OLE color: 1200151.

HSL color Cylindrical-coordinate representation of color #175012: hue angle of 115.16º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175012 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB238018-
CMYK0.7100.780.69
HSL115.16º63.27%19.22%-
HSV(B)115.16º77.5%31.37%-
XYZ3.335.961.55-
YUV55.89106.62104.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.01%
GREEN value IS 80 (31.64% from 255) = 66.12%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=19.01%
G=66.12%
B=14.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2380180.7100.780.69115.1663.2719.22
Hex1750124704E45733f13
Octal271202210701161051637723
Binary101111010000100101000111010011101000101111001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175012; }

 p { color: rgb(23,80,18); }

 H1.HeaderClassName
 {
   color: #175012;
 }
 .AnyTagClassName
 {
   color: #175012;
 }
</style>
background-color css

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

 a { background-color: rgb(23,80,18); }

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

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

 span { border-color: rgb(23,80,18); }

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