Html Css Color HEX #4B551E Army green

📋 copy color: '#4B551E'

red 75 ◦ green 85 ◦ blue 30

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

Shades of Army green #4B551E

Tints of Army green #4B551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.74%

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

R = 39.47%
G = 44.74%
B = 15.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#4B551E (or 0x4B551E) is known color: Army green. HEX triplet: 4B, 55 and 1E. RGB value is (75,85,30). Sum of RGB (Red+Green+Blue) = 75+85+30=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #4B551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B551E is #B4AAE1. Grayscale: #4B4B4B. Windows color (decimal): -11840226 or 1987915. OLE color: 1987915.

HSL color Cylindrical-coordinate representation of color #4B551E: hue angle of 70.91º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B551E is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 85 30 -
CMYK 0.12 0 0.65 0.67
HSL 70.91º 0.48% 0.23% -
HSV(B) 70.91º 0.65% 0.33% -
XYZ 6.38 8.09 2.45 -
YUV 75.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 75 85 30 0.12 0 0.65 0.67 70.91 0.48 0.23
Hex 4B 55 1E C 0 41 43 47 30 17
Octal 113 125 36 14 0 101 103 107 60 27
Binary 1001011 1010101 11110 1100 0 1000001 1000011 1000111 110000 10111

Color Harmonies of #4B551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B551E

Black with #4B551E

Text Example


Text Example

White with #4B551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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