Html Css Color HEX #4F5530 Saratoga

📋 copy color: '#4F5530'

red 79 ◦ green 85 ◦ blue 48

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

Shades of Saratoga #4F5530

Tints of Saratoga #4F5530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 37.26%
G = 40.09%
B = 22.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#4F5530 (or 0x4F5530) is known color: Saratoga. HEX triplet: 4F, 55 and 30. RGB value is (79,85,48). Sum of RGB (Red+Green+Blue) = 79+85+48=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5530 is #B0AACF. Grayscale: #4F4F4F. Windows color (decimal): -11578064 or 3167567. OLE color: 3167567.

HSL color Cylindrical-coordinate representation of color #4F5530: hue angle of 69.73º 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 #4F5530 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 85 48 -
CMYK 0.07 0 0.44 0.67
HSL 69.73º 0.28% 0.26% -
HSV(B) 69.73º 0.44% 0.33% -
XYZ 7.01 8.37 4.04 -
YUV 78.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 79 85 48 0.07 0 0.44 0.67 69.73 0.28 0.26
Hex 4F 55 30 7 0 2C 43 46 1C 1A
Octal 117 125 60 7 0 54 103 106 34 32
Binary 1001111 1010101 110000 111 0 101100 1000011 1000110 11100 11010

Color Harmonies of #4F5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5530

Black with #4F5530

Text Example


Text Example

White with #4F5530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,85,48); }

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

background-color css

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

 a { background-color: rgb(79,85,48); }

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

border-color css

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

 span { border-color: rgb(79,85,48); }

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