Html Css Color HEX #4D5325 Army green

📋 copy color: '#4D5325'

red 77 ◦ green 83 ◦ blue 37

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

Shades of Army green #4D5325

Tints of Army green #4D5325

RGB

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

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

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

R = 39.09%
G = 42.13%
B = 18.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#4D5325 (or 0x4D5325) is known color: Army green. HEX triplet: 4D, 53 and 25. RGB value is (77,83,37). Sum of RGB (Red+Green+Blue) = 77+83+37=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5325 is #B2ACDA. Grayscale: #4C4C4C. Windows color (decimal): -11709659 or 2446157. OLE color: 2446157.

HSL color Cylindrical-coordinate representation of color #4D5325: hue angle of 67.83º 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 #4D5325 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 83 37 -
CMYK 0.07 0 0.55 0.67
HSL 67.83º 0.38% 0.24% -
HSV(B) 67.83º 0.55% 0.33% -
XYZ 6.49 7.9 2.93 -
YUV 75.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 77 83 37 0.07 0 0.55 0.67 67.83 0.38 0.24
Hex 4D 53 25 7 0 37 43 44 26 18
Octal 115 123 45 7 0 67 103 104 46 30
Binary 1001101 1010011 100101 111 0 110111 1000011 1000100 100110 11000

Color Harmonies of #4D5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5325

Black with #4D5325

Text Example


Text Example

White with #4D5325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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