Html Css Color HEX #4E4732 Punga

📋 copy color: '#4E4732'

red 78 ◦ green 71 ◦ blue 50

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

Shades of Punga #4E4732

Tints of Punga #4E4732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.68%

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

R = 39.2%
G = 35.68%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#4E4732 (or 0x4E4732) is known color: Punga. HEX triplet: 4E, 47 and 32. RGB value is (78,71,50). Sum of RGB (Red+Green+Blue) = 78+71+50=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4732 is #B1B8CD. Grayscale: #464646. Windows color (decimal): -11647182 or 3295054. OLE color: 3295054.

HSL color Cylindrical-coordinate representation of color #4E4732: hue angle of 45º 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 #4E4732 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 71 50 -
CMYK 0 0.09 0.36 0.69
HSL 45º 0.22% 0.25% -
HSV(B) 45º 0.36% 0.31% -
XYZ 5.97 6.36 3.93 -
YUV 70.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 78 71 50 0 0.09 0.36 0.69 45 0.22 0.25
Hex 4E 47 32 0 9 24 45 2D 16 19
Octal 116 107 62 0 11 44 105 55 26 31
Binary 1001110 1000111 110010 0 1001 100100 1000101 101101 10110 11001

Color Harmonies of #4E4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4732

Black with #4E4732

Text Example


Text Example

White with #4E4732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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