Html Css Color HEX #4B5125 Army green

📋 copy color: '#4B5125'

red 75 ◦ green 81 ◦ blue 37

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

Shades of Army green #4B5125

Tints of Army green #4B5125

RGB

 RED value IS 75 (29.69% from 255) = 38.86%

 GREEN value IS 81 (32.03% from 255) = 41.97%

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

R = 38.86%
G = 41.97%
B = 19.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#4B5125 (or 0x4B5125) is known color: Army green. HEX triplet: 4B, 51 and 25. RGB value is (75,81,37). Sum of RGB (Red+Green+Blue) = 75+81+37=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5125 is #B4AEDA. Grayscale: #4A4A4A. Windows color (decimal): -11841243 or 2445643. OLE color: 2445643.

HSL color Cylindrical-coordinate representation of color #4B5125: hue angle of 68.18º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B5125 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 81 37 -
CMYK 0.07 0 0.54 0.68
HSL 68.18º 0.37% 0.23% -
HSV(B) 68.18º 0.54% 0.32% -
XYZ 6.18 7.51 2.88 -
YUV 74.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 75 81 37 0.07 0 0.54 0.68 68.18 0.37 0.23
Hex 4B 51 25 7 0 36 44 44 25 17
Octal 113 121 45 7 0 66 104 104 45 27
Binary 1001011 1010001 100101 111 0 110110 1000100 1000100 100101 10111

Color Harmonies of #4B5125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5125

Black with #4B5125

Text Example


Text Example

White with #4B5125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,81,37); }

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

background-color css

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

 a { background-color: rgb(75,81,37); }

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

border-color css

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

 span { border-color: rgb(75,81,37); }

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