Html Css Color HEX #4F5C2B Saratoga

📋 copy color: '#4F5C2B'

red 79 ◦ green 92 ◦ blue 43

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

Shades of Saratoga #4F5C2B

Tints of Saratoga #4F5C2B

RGB

 RED value IS 79 (31.25% from 255) = 36.92%

 GREEN value IS 92 (36.33% from 255) = 42.99%

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 36.92%
G = 42.99%
B = 20.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#4F5C2B (or 0x4F5C2B) is known color: Saratoga. HEX triplet: 4F, 5C and 2B. RGB value is (79,92,43). Sum of RGB (Red+Green+Blue) = 79+92+43=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #4F5C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5C2B is #B0A3D4. Grayscale: #525252. Windows color (decimal): -11576277 or 2841679. OLE color: 2841679.

HSL color Cylindrical-coordinate representation of color #4F5C2B: hue angle of 75.92º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F5C2B is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 92 43 -
CMYK 0.14 0 0.53 0.64
HSL 75.92º 0.36% 0.26% -
HSV(B) 75.92º 0.53% 0.36% -
XYZ 7.49 9.49 3.72 -
YUV 82.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 79 92 43 0.14 0 0.53 0.64 75.92 0.36 0.26
Hex 4F 5C 2B E 0 35 40 4C 24 1A
Octal 117 134 53 16 0 65 100 114 44 32
Binary 1001111 1011100 101011 1110 0 110101 1000000 1001100 100100 11010

Color Harmonies of #4F5C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5C2B

Black with #4F5C2B

Text Example


Text Example

White with #4F5C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,92,43); }

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

background-color css

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

 a { background-color: rgb(79,92,43); }

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

border-color css

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

 span { border-color: rgb(79,92,43); }

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