Html Css Color HEX #4B521F Army green

📋 copy color: '#4B521F'

red 75 ◦ green 82 ◦ blue 31

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

Shades of Army green #4B521F

Tints of Army green #4B521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.62%

 BLUE value IS 31 (12.5% from 255) = 16.49%

R = 39.89%
G = 43.62%
B = 16.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#4B521F (or 0x4B521F) is known color: Army green. HEX triplet: 4B, 52 and 1F. RGB value is (75,82,31). Sum of RGB (Red+Green+Blue) = 75+82+31=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #4B521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B521F is #B4ADE0. Grayscale: #4A4A4A. Windows color (decimal): -11840993 or 2052683. OLE color: 2052683.

HSL color Cylindrical-coordinate representation of color #4B521F: hue angle of 68.24º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B521F is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 82 31 -
CMYK 0.09 0 0.62 0.68
HSL 68.24º 0.45% 0.22% -
HSV(B) 68.24º 0.62% 0.32% -
XYZ 6.17 7.63 2.44 -
YUV 74.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 75 82 31 0.09 0 0.62 0.68 68.24 0.45 0.22
Hex 4B 52 1F 9 0 3E 44 44 2D 16
Octal 113 122 37 11 0 76 104 104 55 26
Binary 1001011 1010010 11111 1001 0 111110 1000100 1000100 101101 10110

Color Harmonies of #4B521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B521F

Black with #4B521F

Text Example


Text Example

White with #4B521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,82,31); }

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

background-color css

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

 a { background-color: rgb(75,82,31); }

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

border-color css

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

 span { border-color: rgb(75,82,31); }

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