Html Css Color HEX #4F5517 Army green

📋 copy color: '#4F5517'

red 79 ◦ green 85 ◦ blue 23

#4F5517
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #4F5517

Tints of Army green #4F5517

RGB

 RED value IS 79 (31.25% from 255) = 42.25%

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 23 (9.38% from 255) = 12.3%

R = 42.25%
G = 45.45%
B = 12.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#4F5517 (or 0x4F5517) is known color: Army green. HEX triplet: 4F, 55 and 17. RGB value is (79,85,23). Sum of RGB (Red+Green+Blue) = 79+85+23=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5517 is #B0AAE8. Grayscale: #4C4C4C. Windows color (decimal): -11578089 or 1529167. OLE color: 1529167.

HSL color Cylindrical-coordinate representation of color #4F5517: hue angle of 65.81º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F5517 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 85 23 -
CMYK 0.07 0 0.73 0.67
HSL 65.81º 0.57% 0.21% -
HSV(B) 65.81º 0.73% 0.33% -
XYZ 6.63 8.22 2.05 -
YUV 76.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 79 85 23 0.07 0 0.73 0.67 65.81 0.57 0.21
Hex 4F 55 17 7 0 49 43 42 39 15
Octal 117 125 27 7 0 111 103 102 71 25
Binary 1001111 1010101 10111 111 0 1001001 1000011 1000010 111001 10101

Color Harmonies of #4F5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5517

Black with #4F5517

Text Example


Text Example

White with #4F5517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,85,23); }

 H1.HeaderClassName
 {
   color: #4F5517;
 }
 .AnyTagClassName
 {
   color: #4F5517;
 }
</style>

background-color css

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

 a { background-color: rgb(79,85,23); }

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

border-color css

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

 span { border-color: rgb(79,85,23); }

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