Html Css Color HEX #4E4825 Bronze Olive

📋 copy color: '#4E4825'

red 78 ◦ green 72 ◦ blue 37

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

Shades of Bronze Olive #4E4825

Tints of Bronze Olive #4E4825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 41.71%
G = 38.5%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#4E4825 (or 0x4E4825) is known color: Bronze Olive. HEX triplet: 4E, 48 and 25. RGB value is (78,72,37). Sum of RGB (Red+Green+Blue) = 78+72+37=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4825 is #B1B7DA. Grayscale: #454545. Windows color (decimal): -11646939 or 2443342. OLE color: 2443342.

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

Color convert

RGB 78 72 37 -
CMYK 0 0.08 0.53 0.69
HSL 51.22º 0.36% 0.23% -
HSV(B) 51.22º 0.53% 0.31% -
XYZ 5.79 6.39 2.68 -
YUV 69.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 78 72 37 0 0.08 0.53 0.69 51.22 0.36 0.23
Hex 4E 48 25 0 8 35 45 33 24 17
Octal 116 110 45 0 10 65 105 63 44 27
Binary 1001110 1001000 100101 0 1000 110101 1000101 110011 100100 10111

Color Harmonies of #4E4825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4825

Black with #4E4825

Text Example


Text Example

White with #4E4825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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