Html Css Color HEX #4B541E Army green

📋 copy color: '#4B541E'

red 75 ◦ green 84 ◦ blue 30

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

Shades of Army green #4B541E

Tints of Army green #4B541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.87%

R = 39.68%
G = 44.44%
B = 15.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#4B541E (or 0x4B541E) is known color: Army green. HEX triplet: 4B, 54 and 1E. RGB value is (75,84,30). Sum of RGB (Red+Green+Blue) = 75+84+30=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #4B541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B541E is #B4ABE1. Grayscale: #4B4B4B. Windows color (decimal): -11840482 or 1987659. OLE color: 1987659.

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

Color convert

RGB 75 84 30 -
CMYK 0.11 0 0.64 0.67
HSL 70º 0.47% 0.22% -
HSV(B) 70º 0.64% 0.33% -
XYZ 6.31 7.93 2.43 -
YUV 75.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 75 84 30 0.11 0 0.64 0.67 70 0.47 0.22
Hex 4B 54 1E B 0 40 43 46 2F 16
Octal 113 124 36 13 0 100 103 106 57 26
Binary 1001011 1010100 11110 1011 0 1000000 1000011 1000110 101111 10110

Color Harmonies of #4B541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B541E

Black with #4B541E

Text Example


Text Example

White with #4B541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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