Html Css Color HEX #717540 Hemlock

📋 copy color: '#717540'

red 113 ◦ green 117 ◦ blue 64

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

Shades of Hemlock #717540

Tints of Hemlock #717540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 38.44%
G = 39.8%
B = 21.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#717540 (or 0x717540) is known color: Hemlock. HEX triplet: 71, 75 and 40. RGB value is (113,117,64). Sum of RGB (Red+Green+Blue) = 113+117+64=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #717540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717540 is #8E8ABF. Grayscale: #6D6D6D. Windows color (decimal): -9341632 or 4224369. OLE color: 4224369.

HSL color Cylindrical-coordinate representation of color #717540: hue angle of 64.53º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #717540 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 64 -
CMYK 0.03 0 0.45 0.54
HSL 64.53º 0.29% 0.35% -
HSV(B) 64.53º 0.45% 0.46% -
XYZ 14.1 16.6 7.31 -
YUV 109.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 113 117 64 0.03 0 0.45 0.54 64.53 0.29 0.35
Hex 71 75 40 3 0 2D 36 41 1D 23
Octal 161 165 100 3 0 55 66 101 35 43
Binary 1110001 1110101 1000000 11 0 101101 110110 1000001 11101 100011

Color Harmonies of #717540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717540

Black with #717540

Text Example


Text Example

White with #717540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717540; }

 p { color: rgb(113,117,64); }

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

background-color css

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

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

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

border-color css

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

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

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