Html Css Color HEX #4E4826 Bronze Olive

📋 copy color: '#4E4826'

red 78 ◦ green 72 ◦ blue 38

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

Shades of Bronze Olive #4E4826

Tints of Bronze Olive #4E4826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.21%

R = 41.49%
G = 38.3%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#4E4826 (or 0x4E4826) is known color: Bronze Olive. HEX triplet: 4E, 48 and 26. RGB value is (78,72,38). Sum of RGB (Red+Green+Blue) = 78+72+38=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4826 is #B1B7D9. Grayscale: #464646. Windows color (decimal): -11646938 or 2508878. OLE color: 2508878.

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

Color convert

RGB 78 72 38 -
CMYK 0 0.08 0.51 0.69
HSL 51º 0.34% 0.23% -
HSV(B) 51º 0.51% 0.31% -
XYZ 5.81 6.39 2.76 -
YUV 69.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 78 72 38 0 0.08 0.51 0.69 51 0.34 0.23
Hex 4E 48 26 0 8 33 45 33 22 17
Octal 116 110 46 0 10 63 105 63 42 27
Binary 1001110 1001000 100110 0 1000 110011 1000101 110011 100010 10111

Color Harmonies of #4E4826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4826

Black with #4E4826

Text Example


Text Example

White with #4E4826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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