Html Css Color HEX #4B511E Army green

📋 copy color: '#4B511E'

red 75 ◦ green 81 ◦ blue 30

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

Shades of Army green #4B511E

Tints of Army green #4B511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.55%

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

R = 40.32%
G = 43.55%
B = 16.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#4B511E (or 0x4B511E) is known color: Army green. HEX triplet: 4B, 51 and 1E. RGB value is (75,81,30). Sum of RGB (Red+Green+Blue) = 75+81+30=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #4B511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B511E is #B4AEE1. Grayscale: #494949. Windows color (decimal): -11841250 or 1986891. OLE color: 1986891.

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

Color convert

RGB 75 81 30 -
CMYK 0.07 0 0.63 0.68
HSL 67.06º 0.46% 0.22% -
HSV(B) 67.06º 0.63% 0.32% -
XYZ 6.08 7.47 2.35 -
YUV 73.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 75 81 30 0.07 0 0.63 0.68 67.06 0.46 0.22
Hex 4B 51 1E 7 0 3F 44 43 2E 16
Octal 113 121 36 7 0 77 104 103 56 26
Binary 1001011 1010001 11110 111 0 111111 1000100 1000011 101110 10110

Color Harmonies of #4B511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B511E

Black with #4B511E

Text Example


Text Example

White with #4B511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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