Html Css Color HEX #747940 Siam

📋 copy color: '#747940'

red 116 ◦ green 121 ◦ blue 64

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

Shades of Siam #747940

Tints of Siam #747940

RGB

 RED value IS 116 (45.7% from 255) = 38.54%

 GREEN value IS 121 (47.66% from 255) = 40.2%

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

R = 38.54%
G = 40.2%
B = 21.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#747940 (or 0x747940) is known color: Siam. HEX triplet: 74, 79 and 40. RGB value is (116,121,64). Sum of RGB (Red+Green+Blue) = 116+121+64=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #747940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747940 is #8B86BF. Grayscale: #717171. Windows color (decimal): -9144000 or 4225396. OLE color: 4225396.

HSL color Cylindrical-coordinate representation of color #747940: hue angle of 65.26º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747940 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 64 -
CMYK 0.04 0 0.47 0.53
HSL 65.26º 0.31% 0.36% -
HSV(B) 65.26º 0.47% 0.47% -
XYZ 14.97 17.76 7.49 -
YUV 113.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 116 121 64 0.04 0 0.47 0.53 65.26 0.31 0.36
Hex 74 79 40 4 0 2F 35 41 1F 24
Octal 164 171 100 4 0 57 65 101 37 44
Binary 1110100 1111001 1000000 100 0 101111 110101 1000001 11111 100100

Color Harmonies of #747940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747940

Black with #747940

Text Example


Text Example

White with #747940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747940; }

 p { color: rgb(116,121,64); }

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

background-color css

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

 a { background-color: rgb(116,121,64); }

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

border-color css

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

 span { border-color: rgb(116,121,64); }

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