#4F5A26

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

Shades of Army green #4F5A26

Tints of Army green #4F5A26

Color information

#4F5A26 (or 0x4F5A26) is unknown color: approx Army green. HEX triplet: 4F, 5A and 26. RGB value is (79,90,38). Sum of RGB (Red+Green+Blue) = 79+90+38=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A26 is #B0A5D9. Grayscale: #505050. Windows color (decimal): -11576794 or 2513487. OLE color: 2513487.

HSL color Cylindrical-coordinate representation of color #4F5A26: hue angle of 72.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F5A26 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB799038-
CMYK0.1200.580.65
HSL72.69º40.62%25.1%-
HSV(B)72.69º57.78%35.29%-
XYZ7.239.113.21-
YUV80.78103.86126.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.16%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=38.16%
G=43.48%
B=18.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7990380.1200.580.6572.6940.6225.1
Hex4F5A26C03A41492919
Octal11713246140721011115131
Binary10011111011010100110110001110101000001100100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,90,38); }

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

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

 a { background-color: rgb(79,90,38); }

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

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

 span { border-color: rgb(79,90,38); }

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