#4B552A

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

Shades of Army green #4B552A

Tints of Army green #4B552A

Color information

#4B552A (or 0x4B552A) is unknown color: approx Army green. HEX triplet: 4B, 55 and 2A. RGB value is (75,85,42). Sum of RGB (Red+Green+Blue) = 75+85+42=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #4B552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B552A is #B4AAD5. Grayscale: #4D4D4D. Windows color (decimal): -11840214 or 2774347. OLE color: 2774347.

HSL color Cylindrical-coordinate representation of color #4B552A: hue angle of 73.95º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B552A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB758542-
CMYK0.1200.510.67
HSL73.95º33.86%24.9%-
HSV(B)73.95º50.59%33.33%-
XYZ6.578.163.42-
YUV77.11108.19126.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 42 (16.80% from 255) = 20.79%
R=37.13%
G=42.08%
B=20.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7585420.1200.510.6773.9533.8624.9
Hex4B552AC033434a2219
Octal11312552140631031124231
Binary10010111010101101010110001100111000011100101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,85,42); }

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

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

 a { background-color: rgb(75,85,42); }

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

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

 span { border-color: rgb(75,85,42); }

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