Html Css Color HEX #717242 Hemlock

📋 copy color: '#717242'

red 113 ◦ green 114 ◦ blue 66

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

Shades of Hemlock #717242

Tints of Hemlock #717242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.91%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 38.57%
G = 38.91%
B = 22.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#717242 (or 0x717242) is known color: Hemlock. HEX triplet: 71, 72 and 42. RGB value is (113,114,66). Sum of RGB (Red+Green+Blue) = 113+114+66=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #717242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717242 is #8E8DBD. Grayscale: #6C6C6C. Windows color (decimal): -9342398 or 4354673. OLE color: 4354673.

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

Color convert

RGB 113 114 66 -
CMYK 0.01 0 0.42 0.55
HSL 61.25º 0.27% 0.35% -
HSV(B) 61.25º 0.42% 0.45% -
XYZ 13.81 15.94 7.5 -
YUV 108.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 113 114 66 0.01 0 0.42 0.55 61.25 0.27 0.35
Hex 71 72 42 1 0 2A 37 3D 1B 23
Octal 161 162 102 1 0 52 67 75 33 43
Binary 1110001 1110010 1000010 1 0 101010 110111 111101 11011 100011

Color Harmonies of #717242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717242

Black with #717242

Text Example


Text Example

White with #717242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717242; }

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

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

background-color css

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

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

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

border-color css

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

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

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