Html Css Color HEX #737046 Hemlock

📋 copy color: '#737046'

red 115 ◦ green 112 ◦ blue 70

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

Shades of Hemlock #737046

Tints of Hemlock #737046

RGB

 RED value IS 115 (45.31% from 255) = 38.72%

 GREEN value IS 112 (44.14% from 255) = 37.71%

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 38.72%
G = 37.71%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#737046 (or 0x737046) is known color: Hemlock. HEX triplet: 73, 70 and 46. RGB value is (115,112,70). Sum of RGB (Red+Green+Blue) = 115+112+70=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #737046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737046 is #8C8FB9. Grayscale: #6C6C6C. Windows color (decimal): -9211834 or 4616307. OLE color: 4616307.

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

Color convert

RGB 115 112 70 -
CMYK 0 0.03 0.39 0.55
HSL 56º 0.24% 0.36% -
HSV(B) 56º 0.39% 0.45% -
XYZ 13.97 15.68 8.08 -
YUV 108.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 115 112 70 0 0.03 0.39 0.55 56 0.24 0.36
Hex 73 70 46 0 3 27 37 38 18 24
Octal 163 160 106 0 3 47 67 70 30 44
Binary 1110011 1110000 1000110 0 11 100111 110111 111000 11000 100100

Color Harmonies of #737046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737046

Black with #737046

Text Example


Text Example

White with #737046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737046; }

 p { color: rgb(115,112,70); }

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

background-color css

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

 a { background-color: rgb(115,112,70); }

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

border-color css

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

 span { border-color: rgb(115,112,70); }

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