#4B5822

Color #4B5822 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #4B5822

Tints of Army green #4B5822

Color information

#4B5822 (or 0x4B5822) is unknown color: approx Army green. HEX triplet: 4B, 58 and 22. RGB value is (75,88,34). Sum of RGB (Red+Green+Blue) = 75+88+34=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #4B5822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5822 is #B4A7DD. Grayscale: #4E4E4E. Windows color (decimal): -11839454 or 2250827. OLE color: 2250827.

HSL color Cylindrical-coordinate representation of color #4B5822: hue angle of 74.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B5822 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB758834-
CMYK0.1500.610.65
HSL74.44º44.26%23.92%-
HSV(B)74.44º61.36%34.51%-
XYZ6.688.592.82-
YUV77.96103.19125.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.07%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=38.07%
G=44.67%
B=17.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7588340.1500.610.6574.4444.2623.92
Hex4B5822F03D414a2c18
Octal11313042170751011125430
Binary10010111011000100010111101111011000001100101010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,88,34); }

 H1.HeaderClassName
 {
   color: #4B5822;
 }
 .AnyTagClassName
 {
   color: #4B5822;
 }
</style>
background-color css

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

 a { background-color: rgb(75,88,34); }

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

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

 span { border-color: rgb(75,88,34); }

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