Html Css Color HEX #4F6240 Cabbage Pont

📋 copy color: '#4F6240'

red 79 ◦ green 98 ◦ blue 64

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

Shades of Cabbage Pont #4F6240

Tints of Cabbage Pont #4F6240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.66%

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

R = 32.78%
G = 40.66%
B = 26.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#4F6240 (or 0x4F6240) is known color: Cabbage Pont. HEX triplet: 4F, 62 and 40. RGB value is (79,98,64). Sum of RGB (Red+Green+Blue) = 79+98+64=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6240 is #B09DBF. Grayscale: #585858. Windows color (decimal): -11574720 or 4219471. OLE color: 4219471.

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

Color convert

RGB 79 98 64 -
CMYK 0.19 0 0.35 0.62
HSL 93.53º 0.21% 0.32% -
HSV(B) 93.53º 0.35% 0.38% -
XYZ 8.52 10.77 6.48 -
YUV 88.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 79 98 64 0.19 0 0.35 0.62 93.53 0.21 0.32
Hex 4F 62 40 13 0 23 3E 5E 15 20
Octal 117 142 100 23 0 43 76 136 25 40
Binary 1001111 1100010 1000000 10011 0 100011 111110 1011110 10101 100000

Color Harmonies of #4F6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6240

Black with #4F6240

Text Example


Text Example

White with #4F6240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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