Html Css Color HEX #555A1D Army green

📋 copy color: '#555A1D'

red 85 ◦ green 90 ◦ blue 29

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

Shades of Army green #555A1D

Tints of Army green #555A1D

RGB

 RED value IS 85 (33.59% from 255) = 41.67%

 GREEN value IS 90 (35.55% from 255) = 44.12%

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

R = 41.67%
G = 44.12%
B = 14.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#555A1D (or 0x555A1D) is known color: Army green. HEX triplet: 55, 5A and 1D. RGB value is (85,90,29). Sum of RGB (Red+Green+Blue) = 85+90+29=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #555A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A1D is #AAA5E2. Grayscale: #515151. Windows color (decimal): -11183587 or 1923669. OLE color: 1923669.

HSL color Cylindrical-coordinate representation of color #555A1D: hue angle of 64.92º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #555A1D is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 90 29 -
CMYK 0.06 0 0.68 0.65
HSL 64.92º 0.51% 0.23% -
HSV(B) 64.92º 0.68% 0.35% -
XYZ 7.62 9.33 2.56 -
YUV 81.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 85 90 29 0.06 0 0.68 0.65 64.92 0.51 0.23
Hex 55 5A 1D 6 0 44 41 41 33 17
Octal 125 132 35 6 0 104 101 101 63 27
Binary 1010101 1011010 11101 110 0 1000100 1000001 1000001 110011 10111

Color Harmonies of #555A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A1D

Black with #555A1D

Text Example


Text Example

White with #555A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555A1D; }

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

 H1.HeaderClassName
 {
   color: #555A1D;
 }
 .AnyTagClassName
 {
   color: #555A1D;
 }
</style>

background-color css

<style>
 a { background-color: #555A1D; }

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

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

border-color css

<style>
 span { border-color: #555A1D; }

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

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