Html Css Color HEX #55530F Army green

📋 copy color: '#55530F'

red 85 ◦ green 83 ◦ blue 15

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

Shades of Army green #55530F

Tints of Army green #55530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.2%

R = 46.45%
G = 45.36%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55530F (or 0x55530F) is known color: Army green. HEX triplet: 55, 53 and 0F. RGB value is (85,83,15). Sum of RGB (Red+Green+Blue) = 85+83+15=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55530F is #AAACF0. Grayscale: #4C4C4C. Windows color (decimal): -11185393 or 1004373. OLE color: 1004373.

HSL color Cylindrical-coordinate representation of color #55530F: hue angle of 58.29º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55530F is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 83 15 -
CMYK 0 0.02 0.82 0.67
HSL 58.29º 0.7% 0.2% -
HSV(B) 58.29º 0.82% 0.33% -
XYZ 6.93 8.15 1.66 -
YUV 75.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 85 83 15 0 0.02 0.82 0.67 58.29 0.7 0.2
Hex 55 53 F 0 2 52 43 3A 46 14
Octal 125 123 17 0 2 122 103 72 106 24
Binary 1010101 1010011 1111 0 10 1010010 1000011 111010 1000110 10100

Color Harmonies of #55530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55530F

Black with #55530F

Text Example


Text Example

White with #55530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55530F; }

 p { color: rgb(85,83,15); }

 H1.HeaderClassName
 {
   color: #55530F;
 }
 .AnyTagClassName
 {
   color: #55530F;
 }
</style>

background-color css

<style>
 a { background-color: #55530F; }

 a { background-color: rgb(85,83,15); }

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

border-color css

<style>
 span { border-color: #55530F; }

 span { border-color: rgb(85,83,15); }

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