Html Css Color HEX #594900 Bronze Olive

📋 copy color: '#594900'

red 89 ◦ green 73 ◦ blue 0

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

Shades of Bronze Olive #594900

Tints of Bronze Olive #594900

RGB

 RED value IS 89 (35.16% from 255) = 54.94%

 GREEN value IS 73 (28.91% from 255) = 45.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.94%
G = 45.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#594900 (or 0x594900) is known color: Bronze Olive. HEX triplet: 59, 49 and 00. RGB value is (89,73,0). Sum of RGB (Red+Green+Blue) = 89+73+0=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #594900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594900 is #A6B6FF. Grayscale: #454545. Windows color (decimal): -10925824 or 18777. OLE color: 18777.

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

Color convert

RGB 89 73 0 -
CMYK 0 0.18 1 0.65
HSL 49.21º 1% 0.17% -
HSV(B) 49.21º 1% 0.35% -
XYZ 6.5 6.89 0.99 -
YUV 69.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 89 73 0 0 0.18 1 0.65 49.21 1 0.17
Hex 59 49 0 0 12 64 41 31 64 11
Octal 131 111 0 0 22 144 101 61 144 21
Binary 1011001 1001001 0 0 10010 1100100 1000001 110001 1100100 10001

Color Harmonies of #594900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594900

Black with #594900

Text Example


Text Example

White with #594900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594900; }

 p { color: rgb(89,73,0); }

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

background-color css

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

 a { background-color: rgb(89,73,0); }

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

border-color css

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

 span { border-color: rgb(89,73,0); }

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