Html Css Color HEX #4F5A47 Cabbage Pont

📋 copy color: '#4F5A47'

red 79 ◦ green 90 ◦ blue 71

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

Shades of Cabbage Pont #4F5A47

Tints of Cabbage Pont #4F5A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.5%

 BLUE value IS 71 (28.13% from 255) = 29.58%

R = 32.92%
G = 37.5%
B = 29.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#4F5A47 (or 0x4F5A47) is known color: Cabbage Pont. HEX triplet: 4F, 5A and 47. RGB value is (79,90,71). Sum of RGB (Red+Green+Blue) = 79+90+71=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A47 is #B0A5B8. Grayscale: #545454. Windows color (decimal): -11576761 or 4676175. OLE color: 4676175.

HSL color Cylindrical-coordinate representation of color #4F5A47: hue angle of 94.74º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4F5A47 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 90 71 -
CMYK 0.12 0 0.21 0.65
HSL 94.74º 0.12% 0.32% -
HSV(B) 94.74º 0.21% 0.35% -
XYZ 8.02 9.43 7.36 -
YUV 84.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 79 90 71 0.12 0 0.21 0.65 94.74 0.12 0.32
Hex 4F 5A 47 C 0 15 41 5F C 20
Octal 117 132 107 14 0 25 101 137 14 40
Binary 1001111 1011010 1000111 1100 0 10101 1000001 1011111 1100 100000

Color Harmonies of #4F5A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5A47

Black with #4F5A47

Text Example


Text Example

White with #4F5A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,90,71); }

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

background-color css

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

 a { background-color: rgb(79,90,71); }

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

border-color css

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

 span { border-color: rgb(79,90,71); }

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