#175014

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

Shades of Myrtle #175014

Tints of Myrtle #175014

Color information

#175014 (or 0x175014) is unknown color: approx Myrtle. HEX triplet: 17, 50 and 14. RGB value is (23,80,20). Sum of RGB (Red+Green+Blue) = 23+80+20=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #175014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #175014 is #E8AFEB. Grayscale: #383838. Windows color (decimal): -15249388 or 1331223. OLE color: 1331223.

HSL color Cylindrical-coordinate representation of color #175014: hue angle of 117º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175014 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB238020-
CMYK0.7100.750.69
HSL117º60%19.61%-
HSV(B)117º75%31.37%-
XYZ3.355.971.64-
YUV56.12107.62104.38-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.70%
GREEN value IS 80 (31.64% from 255) = 65.04%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=18.70%
G=65.04%
B=16.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2380200.7100.750.691176019.61
Hex1750144704B45753c14
Octal271202410701131051657424
Binary101111010000101001000111010010111000101111010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175014; }

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

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

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

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

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

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

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

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