#4B5C23

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

Shades of Army green #4B5C23

Tints of Army green #4B5C23

Color information

#4B5C23 (or 0x4B5C23) is unknown color: approx Army green. HEX triplet: 4B, 5C and 23. RGB value is (75,92,35). Sum of RGB (Red+Green+Blue) = 75+92+35=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #4B5C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5C23 is #B4A3DC. Grayscale: #505050. Windows color (decimal): -11838429 or 2317387. OLE color: 2317387.

HSL color Cylindrical-coordinate representation of color #4B5C23: hue angle of 77.89º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B5C23 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB759235-
CMYK0.1800.620.64
HSL77.89º44.88%24.9%-
HSV(B)77.89º61.96%36.08%-
XYZ7.039.273.01-
YUV80.42102.37124.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 92 (36.33% from 255) = 45.54%
BLUE value IS 35 (14.06% from 255) = 17.33%
R=37.13%
G=45.54%
B=17.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7592350.1800.620.6477.8944.8824.9
Hex4B5C231203E404e2d19
Octal11313443220761001165531
Binary100101110111001000111001001111101000000100111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,92,35); }

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

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

 a { background-color: rgb(75,92,35); }

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

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

 span { border-color: rgb(75,92,35); }

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