#584F01

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

Shades of Bronze Olive #584F01

Tints of Bronze Olive #584F01

Color information

#584F01 (or 0x584F01) is unknown color: approx Bronze Olive. HEX triplet: 58, 4F and 01. RGB value is (88,79,1). Sum of RGB (Red+Green+Blue) = 88+79+1=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #584F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584F01 is #A7B0FE. Grayscale: #494949. Windows color (decimal): -10989823 or 85848. OLE color: 85848.

HSL color Cylindrical-coordinate representation of color #584F01: hue angle of 53.79º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #584F01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB88791-
CMYK00.100.990.65
HSL53.79º97.75%17.45%-
HSV(B)53.79º98.86%34.51%-
XYZ6.837.671.15-
YUV72.887.48138.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=52.38%
G=47.02%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8879100.100.990.6553.7997.7517.45
Hex584F10A6341366211
Octal13011710121431016614221
Binary1011000100111110101011000111000001110110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584F01; }

 p { color: rgb(88,79,1); }

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

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

 a { background-color: rgb(88,79,1); }

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

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

 span { border-color: rgb(88,79,1); }

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