Html Css Color HEX #717148 Hemlock

📋 copy color: '#717148'

red 113 ◦ green 113 ◦ blue 72

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

Shades of Hemlock #717148

Tints of Hemlock #717148

RGB

 RED value IS 113 (44.53% from 255) = 37.92%

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 37.92%
G = 37.92%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#717148 (or 0x717148) is known color: Hemlock. HEX triplet: 71, 71 and 48. RGB value is (113,113,72). Sum of RGB (Red+Green+Blue) = 113+113+72=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717148 is #8E8EB7. Grayscale: #6C6C6C. Windows color (decimal): -9342648 or 4747633. OLE color: 4747633.

HSL color Cylindrical-coordinate representation of color #717148: hue angle of 60º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #717148 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 72 -
CMYK 0 0 0.36 0.56
HSL 60º 0.22% 0.36% -
HSV(B) 60º 0.36% 0.44% -
XYZ 13.88 15.79 8.45 -
YUV 108.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 113 113 72 0 0 0.36 0.56 60 0.22 0.36
Hex 71 71 48 0 0 24 38 3C 16 24
Octal 161 161 110 0 0 44 70 74 26 44
Binary 1110001 1110001 1001000 0 0 100100 111000 111100 10110 100100

Color Harmonies of #717148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717148

Black with #717148

Text Example


Text Example

White with #717148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717148; }

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

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

background-color css

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

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

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

border-color css

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

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

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