Html Css Color HEX #4B541C Army green

📋 copy color: '#4B541C'

red 75 ◦ green 84 ◦ blue 28

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

Shades of Army green #4B541C

Tints of Army green #4B541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.92%

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 40.11%
G = 44.92%
B = 14.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#4B541C (or 0x4B541C) is known color: Army green. HEX triplet: 4B, 54 and 1C. RGB value is (75,84,28). Sum of RGB (Red+Green+Blue) = 75+84+28=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #4B541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B541C is #B4ABE3. Grayscale: #4B4B4B. Windows color (decimal): -11840484 or 1856587. OLE color: 1856587.

HSL color Cylindrical-coordinate representation of color #4B541C: hue angle of 69.64º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B541C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 84 28 -
CMYK 0.11 0 0.67 0.67
HSL 69.64º 0.5% 0.22% -
HSV(B) 69.64º 0.67% 0.33% -
XYZ 6.28 7.92 2.3 -
YUV 74.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 75 84 28 0.11 0 0.67 0.67 69.64 0.5 0.22
Hex 4B 54 1C B 0 43 43 46 32 16
Octal 113 124 34 13 0 103 103 106 62 26
Binary 1001011 1010100 11100 1011 0 1000011 1000011 1000110 110010 10110

Color Harmonies of #4B541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B541C

Black with #4B541C

Text Example


Text Example

White with #4B541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,84,28); }

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

background-color css

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

 a { background-color: rgb(75,84,28); }

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

border-color css

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

 span { border-color: rgb(75,84,28); }

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