Html Css Color HEX #4B551D Army green

📋 copy color: '#4B551D'

red 75 ◦ green 85 ◦ blue 29

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

Shades of Army green #4B551D

Tints of Army green #4B551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.34%

R = 39.68%
G = 44.97%
B = 15.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#4B551D (or 0x4B551D) is known color: Army green. HEX triplet: 4B, 55 and 1D. RGB value is (75,85,29). Sum of RGB (Red+Green+Blue) = 75+85+29=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #4B551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B551D is #B4AAE2. Grayscale: #4B4B4B. Windows color (decimal): -11840227 or 1922379. OLE color: 1922379.

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

Color convert

RGB 75 85 29 -
CMYK 0.12 0 0.66 0.67
HSL 70.71º 0.49% 0.22% -
HSV(B) 70.71º 0.66% 0.33% -
XYZ 6.37 8.08 2.39 -
YUV 75.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 75 85 29 0.12 0 0.66 0.67 70.71 0.49 0.22
Hex 4B 55 1D C 0 42 43 47 31 16
Octal 113 125 35 14 0 102 103 107 61 26
Binary 1001011 1010101 11101 1100 0 1000010 1000011 1000111 110001 10110

Color Harmonies of #4B551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B551D

Black with #4B551D

Text Example


Text Example

White with #4B551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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