Html Css Color HEX #4E4722 Bronze Olive

📋 copy color: '#4E4722'

red 78 ◦ green 71 ◦ blue 34

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

Shades of Bronze Olive #4E4722

Tints of Bronze Olive #4E4722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.58%

R = 42.62%
G = 38.8%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#4E4722 (or 0x4E4722) is known color: Bronze Olive. HEX triplet: 4E, 47 and 22. RGB value is (78,71,34). Sum of RGB (Red+Green+Blue) = 78+71+34=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4722 is #B1B8DD. Grayscale: #454545. Windows color (decimal): -11647198 or 2246478. OLE color: 2246478.

HSL color Cylindrical-coordinate representation of color #4E4722: hue angle of 50.45º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E4722 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 71 34 -
CMYK 0 0.09 0.56 0.69
HSL 50.45º 0.39% 0.22% -
HSV(B) 50.45º 0.56% 0.31% -
XYZ 5.68 6.24 2.42 -
YUV 68.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 78 71 34 0 0.09 0.56 0.69 50.45 0.39 0.22
Hex 4E 47 22 0 9 38 45 32 27 16
Octal 116 107 42 0 11 70 105 62 47 26
Binary 1001110 1000111 100010 0 1001 111000 1000101 110010 100111 10110

Color Harmonies of #4E4722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4722

Black with #4E4722

Text Example


Text Example

White with #4E4722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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