Html Css Color HEX #51531A Army green

📋 copy color: '#51531A'

red 81 ◦ green 83 ◦ blue 26

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

Shades of Army green #51531A

Tints of Army green #51531A

RGB

 RED value IS 81 (32.03% from 255) = 42.63%

 GREEN value IS 83 (32.81% from 255) = 43.68%

 BLUE value IS 26 (10.55% from 255) = 13.68%

R = 42.63%
G = 43.68%
B = 13.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#51531A (or 0x51531A) is known color: Army green. HEX triplet: 51, 53 and 1A. RGB value is (81,83,26). Sum of RGB (Red+Green+Blue) = 81+83+26=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #51531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51531A is #AEACE5. Grayscale: #4C4C4C. Windows color (decimal): -11447526 or 1725265. OLE color: 1725265.

HSL color Cylindrical-coordinate representation of color #51531A: hue angle of 62.11º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51531A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 83 26 -
CMYK 0.02 0 0.69 0.67
HSL 62.11º 0.52% 0.21% -
HSV(B) 62.11º 0.69% 0.33% -
XYZ 6.67 8.01 2.17 -
YUV 75.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 81 83 26 0.02 0 0.69 0.67 62.11 0.52 0.21
Hex 51 53 1A 2 0 45 43 3E 34 15
Octal 121 123 32 2 0 105 103 76 64 25
Binary 1010001 1010011 11010 10 0 1000101 1000011 111110 110100 10101

Color Harmonies of #51531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51531A

Black with #51531A

Text Example


Text Example

White with #51531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51531A; }

 p { color: rgb(81,83,26); }

 H1.HeaderClassName
 {
   color: #51531A;
 }
 .AnyTagClassName
 {
   color: #51531A;
 }
</style>

background-color css

<style>
 a { background-color: #51531A; }

 a { background-color: rgb(81,83,26); }

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

border-color css

<style>
 span { border-color: #51531A; }

 span { border-color: rgb(81,83,26); }

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