Html Css Color HEX #4E4A19 Bronze Olive

📋 copy color: '#4E4A19'

red 78 ◦ green 74 ◦ blue 25

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

Shades of Bronze Olive #4E4A19

Tints of Bronze Olive #4E4A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.81%

 BLUE value IS 25 (10.16% from 255) = 14.12%

R = 44.07%
G = 41.81%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#4E4A19 (or 0x4E4A19) is known color: Bronze Olive. HEX triplet: 4E, 4A and 19. RGB value is (78,74,25). Sum of RGB (Red+Green+Blue) = 78+74+25=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4A19 is #B1B5E6. Grayscale: #454545. Windows color (decimal): -11646439 or 1657422. OLE color: 1657422.

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

Color convert

RGB 78 74 25 -
CMYK 0 0.05 0.68 0.69
HSL 55.47º 0.51% 0.2% -
HSV(B) 55.47º 0.68% 0.31% -
XYZ 5.77 6.59 1.89 -
YUV 69.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 78 74 25 0 0.05 0.68 0.69 55.47 0.51 0.2
Hex 4E 4A 19 0 5 44 45 37 33 14
Octal 116 112 31 0 5 104 105 67 63 24
Binary 1001110 1001010 11001 0 101 1000100 1000101 110111 110011 10100

Color Harmonies of #4E4A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4A19

Black with #4E4A19

Text Example


Text Example

White with #4E4A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,74,25); }

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

background-color css

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

 a { background-color: rgb(78,74,25); }

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

border-color css

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

 span { border-color: rgb(78,74,25); }

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