Html Css Color HEX #574928 Bronze Olive

📋 copy color: '#574928'

red 87 ◦ green 73 ◦ blue 40

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

Shades of Bronze Olive #574928

Tints of Bronze Olive #574928

RGB

 RED value IS 87 (34.38% from 255) = 43.5%

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

 BLUE value IS 40 (16.02% from 255) = 20%

R = 43.5%
G = 36.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#574928 (or 0x574928) is known color: Bronze Olive. HEX triplet: 57, 49 and 28. RGB value is (87,73,40). Sum of RGB (Red+Green+Blue) = 87+73+40=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #574928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574928 is #A8B6D7. Grayscale: #494949. Windows color (decimal): -11056856 or 2640215. OLE color: 2640215.

HSL color Cylindrical-coordinate representation of color #574928: hue angle of 42.13º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #574928 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 40 -
CMYK 0 0.16 0.54 0.66
HSL 42.13º 0.37% 0.25% -
HSV(B) 42.13º 0.54% 0.34% -
XYZ 6.7 6.94 2.99 -
YUV 73.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 87 73 40 0 0.16 0.54 0.66 42.13 0.37 0.25
Hex 57 49 28 0 10 36 42 2A 25 19
Octal 127 111 50 0 20 66 102 52 45 31
Binary 1010111 1001001 101000 0 10000 110110 1000010 101010 100101 11001

Color Harmonies of #574928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574928

Black with #574928

Text Example


Text Example

White with #574928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574928; }

 p { color: rgb(87,73,40); }

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

background-color css

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

 a { background-color: rgb(87,73,40); }

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

border-color css

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

 span { border-color: rgb(87,73,40); }

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