#4B581F

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

Shades of Army green #4B581F

Tints of Army green #4B581F

Color information

#4B581F (or 0x4B581F) is unknown color: approx Army green. HEX triplet: 4B, 58 and 1F. RGB value is (75,88,31). Sum of RGB (Red+Green+Blue) = 75+88+31=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #4B581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B581F is #B4A7E0. Grayscale: #4D4D4D. Windows color (decimal): -11839457 or 2054219. OLE color: 2054219.

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

Color convert

RGB758831-
CMYK0.1500.650.65
HSL73.68º47.9%23.33%-
HSV(B)73.68º64.77%34.51%-
XYZ6.648.572.6-
YUV77.62101.69126.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.66%
GREEN value IS 88 (34.77% from 255) = 45.36%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=38.66%
G=45.36%
B=15.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7588310.1500.650.6573.6847.923.33
Hex4B581FF041414a3017
Octal113130371701011011126027
Binary10010111011000111111111010000011000001100101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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