Html Css Color HEX #4D5D25 Army green

📋 copy color: '#4D5D25'

red 77 ◦ green 93 ◦ blue 37

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

Shades of Army green #4D5D25

Tints of Army green #4D5D25

RGB

 RED value IS 77 (30.47% from 255) = 37.2%

 GREEN value IS 93 (36.72% from 255) = 44.93%

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

R = 37.2%
G = 44.93%
B = 17.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#4D5D25 (or 0x4D5D25) is known color: Army green. HEX triplet: 4D, 5D and 25. RGB value is (77,93,37). Sum of RGB (Red+Green+Blue) = 77+93+37=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #4D5D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5D25 is #B2A2DA. Grayscale: #525252. Windows color (decimal): -11707099 or 2448717. OLE color: 2448717.

HSL color Cylindrical-coordinate representation of color #4D5D25: hue angle of 77.14º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D5D25 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 93 37 -
CMYK 0.17 0 0.60 0.64
HSL 77.14º 0.43% 0.25% -
HSV(B) 77.14º 0.6% 0.36% -
XYZ 7.31 9.54 3.21 -
YUV 81.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 77 93 37 0.17 0 0.60 0.64 77.14 0.43 0.25
Hex 4D 5D 25 11 0 3C 40 4D 2B 19
Octal 115 135 45 21 0 74 100 115 53 31
Binary 1001101 1011101 100101 10001 0 111100 1000000 1001101 101011 11001

Color Harmonies of #4D5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5D25

Black with #4D5D25

Text Example


Text Example

White with #4D5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,93,37); }

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

background-color css

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

 a { background-color: rgb(77,93,37); }

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

border-color css

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

 span { border-color: rgb(77,93,37); }

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