Html Css Color HEX #4E4832 Punga

📋 copy color: '#4E4832'

red 78 ◦ green 72 ◦ blue 50

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

Shades of Punga #4E4832

Tints of Punga #4E4832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 50 (19.92% from 255) = 25%

R = 39%
G = 36%
B = 25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#4E4832 (or 0x4E4832) is known color: Punga. HEX triplet: 4E, 48 and 32. RGB value is (78,72,50). Sum of RGB (Red+Green+Blue) = 78+72+50=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4832 is #B1B7CD. Grayscale: #474747. Windows color (decimal): -11646926 or 3295310. OLE color: 3295310.

HSL color Cylindrical-coordinate representation of color #4E4832: hue angle of 47.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E4832 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 72 50 -
CMYK 0 0.08 0.36 0.69
HSL 47.14º 0.22% 0.25% -
HSV(B) 47.14º 0.36% 0.31% -
XYZ 6.03 6.48 3.95 -
YUV 71.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 78 72 50 0 0.08 0.36 0.69 47.14 0.22 0.25
Hex 4E 48 32 0 8 24 45 2F 16 19
Octal 116 110 62 0 10 44 105 57 26 31
Binary 1001110 1001000 110010 0 1000 100100 1000101 101111 10110 11001

Color Harmonies of #4E4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4832

Black with #4E4832

Text Example


Text Example

White with #4E4832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,50); }

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

background-color css

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

 a { background-color: rgb(78,72,50); }

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

border-color css

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

 span { border-color: rgb(78,72,50); }

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