Html Css Color HEX #4F5325 Army green

📋 copy color: '#4F5325'

red 79 ◦ green 83 ◦ blue 37

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

Shades of Army green #4F5325

Tints of Army green #4F5325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.71%

 BLUE value IS 37 (14.84% from 255) = 18.59%

R = 39.7%
G = 41.71%
B = 18.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#4F5325 (or 0x4F5325) is known color: Army green. HEX triplet: 4F, 53 and 25. RGB value is (79,83,37). Sum of RGB (Red+Green+Blue) = 79+83+37=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5325 is #B0ACDA. Grayscale: #4C4C4C. Windows color (decimal): -11578587 or 2446159. OLE color: 2446159.

HSL color Cylindrical-coordinate representation of color #4F5325: hue angle of 65.22º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F5325 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 83 37 -
CMYK 0.05 0 0.55 0.67
HSL 65.22º 0.38% 0.24% -
HSV(B) 65.22º 0.55% 0.33% -
XYZ 6.65 7.98 2.94 -
YUV 76.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 79 83 37 0.05 0 0.55 0.67 65.22 0.38 0.24
Hex 4F 53 25 5 0 37 43 41 26 18
Octal 117 123 45 5 0 67 103 101 46 30
Binary 1001111 1010011 100101 101 0 110111 1000011 1000001 100110 11000

Color Harmonies of #4F5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5325

Black with #4F5325

Text Example


Text Example

White with #4F5325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,83,37); }

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

background-color css

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

 a { background-color: rgb(79,83,37); }

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

border-color css

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

 span { border-color: rgb(79,83,37); }

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