Html Css Color HEX #4E5526 Army green

📋 copy color: '#4E5526'

red 78 ◦ green 85 ◦ blue 38

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

Shades of Army green #4E5526

Tints of Army green #4E5526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.29%

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

R = 38.81%
G = 42.29%
B = 18.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#4E5526 (or 0x4E5526) is known color: Army green. HEX triplet: 4E, 55 and 26. RGB value is (78,85,38). Sum of RGB (Red+Green+Blue) = 78+85+38=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5526 is #B1AAD9. Grayscale: #4D4D4D. Windows color (decimal): -11643610 or 2512206. OLE color: 2512206.

HSL color Cylindrical-coordinate representation of color #4E5526: hue angle of 68.94º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E5526 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 85 38 -
CMYK 0.08 0 0.55 0.67
HSL 68.94º 0.38% 0.24% -
HSV(B) 68.94º 0.55% 0.33% -
XYZ 6.74 8.26 3.07 -
YUV 77.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 78 85 38 0.08 0 0.55 0.67 68.94 0.38 0.24
Hex 4E 55 26 8 0 37 43 45 26 18
Octal 116 125 46 10 0 67 103 105 46 30
Binary 1001110 1010101 100110 1000 0 110111 1000011 1000101 100110 11000

Color Harmonies of #4E5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5526

Black with #4E5526

Text Example


Text Example

White with #4E5526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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