Html Css Color HEX #4C542F Saratoga

📋 copy color: '#4C542F'

red 76 ◦ green 84 ◦ blue 47

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

Shades of Saratoga #4C542F

Tints of Saratoga #4C542F

RGB

 RED value IS 76 (30.08% from 255) = 36.71%

 GREEN value IS 84 (33.2% from 255) = 40.58%

 BLUE value IS 47 (18.75% from 255) = 22.71%

R = 36.71%
G = 40.58%
B = 22.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#4C542F (or 0x4C542F) is known color: Saratoga. HEX triplet: 4C, 54 and 2F. RGB value is (76,84,47). Sum of RGB (Red+Green+Blue) = 76+84+47=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #4C542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C542F is #B3ABD0. Grayscale: #4D4D4D. Windows color (decimal): -11774929 or 3101772. OLE color: 3101772.

HSL color Cylindrical-coordinate representation of color #4C542F: hue angle of 72.97º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C542F is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 84 47 -
CMYK 0.10 0 0.44 0.67
HSL 72.97º 0.28% 0.26% -
HSV(B) 72.97º 0.44% 0.33% -
XYZ 6.66 8.08 3.9 -
YUV 77.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 76 84 47 0.10 0 0.44 0.67 72.97 0.28 0.26
Hex 4C 54 2F A 0 2C 43 49 1C 1A
Octal 114 124 57 12 0 54 103 111 34 32
Binary 1001100 1010100 101111 1010 0 101100 1000011 1001001 11100 11010

Color Harmonies of #4C542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C542F

Black with #4C542F

Text Example


Text Example

White with #4C542F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C542F; }

 p { color: rgb(76,84,47); }

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

background-color css

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

 a { background-color: rgb(76,84,47); }

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

border-color css

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

 span { border-color: rgb(76,84,47); }

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