#555125

Color #555125 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #555125

Tints of Bronze Olive #555125

Color information

#555125 (or 0x555125) is unknown color: approx Bronze Olive. HEX triplet: 55, 51 and 25. RGB value is (85,81,37). Sum of RGB (Red+Green+Blue) = 85+81+37=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #555125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555125 is #AAAEDA. Grayscale: #4D4D4D. Windows color (decimal): -11185883 or 2445653. OLE color: 2445653.

HSL color Cylindrical-coordinate representation of color #555125: hue angle of 55º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555125 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB858137-
CMYK00.050.560.67
HSL55º39.34%23.92%-
HSV(B)55º56.47%33.33%-
XYZ7.027.952.91-
YUV77.18105.33133.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=41.87%
G=39.90%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85813700.050.560.675539.3423.92
Hex555125053843372718
Octal125121450570103674730
Binary101010110100011001010101111000100001111011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555125; }

 p { color: rgb(85,81,37); }

 H1.HeaderClassName
 {
   color: #555125;
 }
 .AnyTagClassName
 {
   color: #555125;
 }
</style>
background-color css

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

 a { background-color: rgb(85,81,37); }

 div.DivClassName
 {
   background-color: #555125;
 }
 .BgClassName
 {
   background-color: #555125;
 }
</style>
border-color css

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

 span { border-color: rgb(85,81,37); }

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