Html Css Color HEX #4F5B28 Saratoga

📋 copy color: '#4F5B28'

red 79 ◦ green 91 ◦ blue 40

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

Shades of Saratoga #4F5B28

Tints of Saratoga #4F5B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.33%

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 37.62%
G = 43.33%
B = 19.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#4F5B28 (or 0x4F5B28) is known color: Saratoga. HEX triplet: 4F, 5B and 28. RGB value is (79,91,40). Sum of RGB (Red+Green+Blue) = 79+91+40=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #4F5B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5B28 is #B0A4D7. Grayscale: #515151. Windows color (decimal): -11576536 or 2644815. OLE color: 2644815.

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

Color convert

RGB 79 91 40 -
CMYK 0.13 0 0.56 0.64
HSL 74.12º 0.39% 0.26% -
HSV(B) 74.12º 0.56% 0.36% -
XYZ 7.35 9.3 3.41 -
YUV 81.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 79 91 40 0.13 0 0.56 0.64 74.12 0.39 0.26
Hex 4F 5B 28 D 0 38 40 4A 27 1A
Octal 117 133 50 15 0 70 100 112 47 32
Binary 1001111 1011011 101000 1101 0 111000 1000000 1001010 100111 11010

Color Harmonies of #4F5B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5B28

Black with #4F5B28

Text Example


Text Example

White with #4F5B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,91,40); }

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

background-color css

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

 a { background-color: rgb(79,91,40); }

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

border-color css

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

 span { border-color: rgb(79,91,40); }

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