#717248

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

Shades of Hemlock #717248

Tints of Hemlock #717248

Color information

#717248 (or 0x717248) is unknown color: approx Hemlock. HEX triplet: 71, 72 and 48. RGB value is (113,114,72). Sum of RGB (Red+Green+Blue) = 113+114+72=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #717248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717248 is #8E8DB7. Grayscale: #6D6D6D. Windows color (decimal): -9342392 or 4747889. OLE color: 4747889.

HSL color Cylindrical-coordinate representation of color #717248: hue angle of 61.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #717248 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB11311472-
CMYK0.0100.370.55
HSL61.43º22.58%36.47%-
HSV(B)61.43º36.84%44.71%-
XYZ1416.018.48-
YUV108.91107.17130.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=37.79%
G=38.13%
B=24.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114720.0100.370.5561.4322.5836.47
Hex7172481025373d1724
Octal161162110104567752744
Binary1110001111001010010001010010111011111110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717248; }

 p { color: rgb(113,114,72); }

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

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

 a { background-color: rgb(113,114,72); }

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

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

 span { border-color: rgb(113,114,72); }

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