Html Css Color HEX #4E4634 Punga

📋 copy color: '#4E4634'

red 78 ◦ green 70 ◦ blue 52

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

Shades of Punga #4E4634

Tints of Punga #4E4634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35%

 BLUE value IS 52 (20.7% from 255) = 26%

R = 39%
G = 35%
B = 26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#4E4634 (or 0x4E4634) is known color: Punga. HEX triplet: 4E, 46 and 34. RGB value is (78,70,52). Sum of RGB (Red+Green+Blue) = 78+70+52=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4634 is #B1B9CB. Grayscale: #464646. Windows color (decimal): -11647436 or 3425870. OLE color: 3425870.

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

Color convert

RGB 78 70 52 -
CMYK 0 0.10 0.33 0.69
HSL 41.54º 0.2% 0.25% -
HSV(B) 41.54º 0.33% 0.31% -
XYZ 5.95 6.25 4.14 -
YUV 70.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 78 70 52 0 0.10 0.33 0.69 41.54 0.2 0.25
Hex 4E 46 34 0 A 21 45 2A 14 19
Octal 116 106 64 0 12 41 105 52 24 31
Binary 1001110 1000110 110100 0 1010 100001 1000101 101010 10100 11001

Color Harmonies of #4E4634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4634

Black with #4E4634

Text Example


Text Example

White with #4E4634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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