Html Css Color HEX #4F6040 Cabbage Pont

📋 copy color: '#4F6040'

red 79 ◦ green 96 ◦ blue 64

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

Shades of Cabbage Pont #4F6040

Tints of Cabbage Pont #4F6040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 64 (25.39% from 255) = 26.78%

R = 33.05%
G = 40.17%
B = 26.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#4F6040 (or 0x4F6040) is known color: Cabbage Pont. HEX triplet: 4F, 60 and 40. RGB value is (79,96,64). Sum of RGB (Red+Green+Blue) = 79+96+64=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6040 is #B09FBF. Grayscale: #575757. Windows color (decimal): -11575232 or 4218959. OLE color: 4218959.

HSL color Cylindrical-coordinate representation of color #4F6040: hue angle of 91.88º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F6040 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 96 64 -
CMYK 0.18 0 0.33 0.62
HSL 91.88º 0.2% 0.31% -
HSV(B) 91.88º 0.33% 0.38% -
XYZ 8.33 10.4 6.42 -
YUV 87.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 79 96 64 0.18 0 0.33 0.62 91.88 0.2 0.31
Hex 4F 60 40 12 0 21 3E 5C 14 1F
Octal 117 140 100 22 0 41 76 134 24 37
Binary 1001111 1100000 1000000 10010 0 100001 111110 1011100 10100 11111

Color Harmonies of #4F6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6040

Black with #4F6040

Text Example


Text Example

White with #4F6040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,96,64); }

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

background-color css

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

 a { background-color: rgb(79,96,64); }

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

border-color css

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

 span { border-color: rgb(79,96,64); }

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