Html Css Color HEX #4E5946 Cabbage Pont

📋 copy color: '#4E5946'

red 78 ◦ green 89 ◦ blue 70

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

Shades of Cabbage Pont #4E5946

Tints of Cabbage Pont #4E5946

RGB

 RED value IS 78 (30.86% from 255) = 32.91%

 GREEN value IS 89 (35.16% from 255) = 37.55%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 32.91%
G = 37.55%
B = 29.54%

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

#4E5946 (or 0x4E5946) is known color: Cabbage Pont. HEX triplet: 4E, 59 and 46. RGB value is (78,89,70). Sum of RGB (Red+Green+Blue) = 78+89+70=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5946 is #B1A6B9. Grayscale: #535353. Windows color (decimal): -11642554 or 4610382. OLE color: 4610382.

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

Color convert

RGB 78 89 70 -
CMYK 0.12 0 0.21 0.65
HSL 94.74º 0.12% 0.31% -
HSV(B) 94.74º 0.21% 0.35% -
XYZ 7.82 9.21 7.16 -
YUV 83.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 78 89 70 0.12 0 0.21 0.65 94.74 0.12 0.31
Hex 4E 59 46 C 0 15 41 5F C 1F
Octal 116 131 106 14 0 25 101 137 14 37
Binary 1001110 1011001 1000110 1100 0 10101 1000001 1011111 1100 11111

Color Harmonies of #4E5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5946

Black with #4E5946

Text Example


Text Example

White with #4E5946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,89,70); }

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

background-color css

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

 a { background-color: rgb(78,89,70); }

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

border-color css

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

 span { border-color: rgb(78,89,70); }

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