Html Css Color HEX #4F5518 Army green

📋 copy color: '#4F5518'

red 79 ◦ green 85 ◦ blue 24

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

Shades of Army green #4F5518

Tints of Army green #4F5518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 42.02%
G = 45.21%
B = 12.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#4F5518 (or 0x4F5518) is known color: Army green. HEX triplet: 4F, 55 and 18. RGB value is (79,85,24). Sum of RGB (Red+Green+Blue) = 79+85+24=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5518 is #B0AAE7. Grayscale: #4C4C4C. Windows color (decimal): -11578088 or 1594703. OLE color: 1594703.

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

Color convert

RGB 79 85 24 -
CMYK 0.07 0 0.72 0.67
HSL 65.9º 0.56% 0.21% -
HSV(B) 65.9º 0.72% 0.33% -
XYZ 6.64 8.23 2.1 -
YUV 76.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 79 85 24 0.07 0 0.72 0.67 65.9 0.56 0.21
Hex 4F 55 18 7 0 48 43 42 38 15
Octal 117 125 30 7 0 110 103 102 70 25
Binary 1001111 1010101 11000 111 0 1001000 1000011 1000010 111000 10101

Color Harmonies of #4F5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5518

Black with #4F5518

Text Example


Text Example

White with #4F5518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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