#4F6023

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

Shades of Army green #4F6023

Tints of Army green #4F6023

Color information

#4F6023 (or 0x4F6023) is unknown color: approx Army green. HEX triplet: 4F, 60 and 23. RGB value is (79,96,35). Sum of RGB (Red+Green+Blue) = 79+96+35=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6023 is #B09FDC. Grayscale: #545454. Windows color (decimal): -11575261 or 2318415. OLE color: 2318415.

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

Color convert

RGB799635-
CMYK0.1800.640.62
HSL76.72º46.56%25.69%-
HSV(B)76.72º63.54%37.65%-
XYZ7.7110.153.14-
YUV83.96100.37124.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.62%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=37.62%
G=45.71%
B=16.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996350.1800.640.6276.7246.5625.69
Hex4F6023120403E4d2f1a
Octal11714043220100761155732
Binary100111111000001000111001001000000111110100110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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