#555024

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

Shades of Bronze Olive #555024

Tints of Bronze Olive #555024

Color information

#555024 (or 0x555024) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 24. RGB value is (85,80,36). Sum of RGB (Red+Green+Blue) = 85+80+36=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #555024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555024 is #AAAFDB. Grayscale: #4C4C4C. Windows color (decimal): -11186140 or 2379861. OLE color: 2379861.

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

Color convert

RGB858036-
CMYK00.060.580.67
HSL53.88º40.5%23.73%-
HSV(B)53.88º57.65%33.33%-
XYZ6.937.82.81-
YUV76.48105.16134.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 36 (14.45% from 255) = 17.91%
R=42.29%
G=39.80%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85803600.060.580.6753.8840.523.73
Hex555024063A43362818
Octal125120440672103665030
Binary101010110100001001000110111010100001111011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555024; }

 p { color: rgb(85,80,36); }

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

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

 a { background-color: rgb(85,80,36); }

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

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

 span { border-color: rgb(85,80,36); }

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