#4B4F23

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

Shades of Army green #4B4F23

Tints of Army green #4B4F23

Color information

#4B4F23 (or 0x4B4F23) is unknown color: approx Army green. HEX triplet: 4B, 4F and 23. RGB value is (75,79,35). Sum of RGB (Red+Green+Blue) = 75+79+35=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #4B4F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4F23 is #B4B0DC. Grayscale: #484848. Windows color (decimal): -11841757 or 2314059. OLE color: 2314059.

HSL color Cylindrical-coordinate representation of color #4B4F23: hue angle of 65.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 #4B4F23 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB757935-
CMYK0.0500.560.69
HSL65.45º38.6%22.35%-
HSV(B)65.45º55.7%30.98%-
XYZ67.212.67-
YUV72.79106.67129.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 35 (14.06% from 255) = 18.52%
R=39.68%
G=41.80%
B=18.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7579350.0500.560.6965.4538.622.35
Hex4B4F23503845412716
Octal1131174350701051014726
Binary1001011100111110001110101110001000101100000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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