Html Css Color HEX #564924 Bronze Olive

📋 copy color: '#564924'

red 86 ◦ green 73 ◦ blue 36

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

Shades of Bronze Olive #564924

Tints of Bronze Olive #564924

RGB

 RED value IS 86 (33.98% from 255) = 44.1%

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

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 44.1%
G = 37.44%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#564924 (or 0x564924) is known color: Bronze Olive. HEX triplet: 56, 49 and 24. RGB value is (86,73,36). Sum of RGB (Red+Green+Blue) = 86+73+36=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #564924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564924 is #A9B6DB. Grayscale: #484848. Windows color (decimal): -11122396 or 2378070. OLE color: 2378070.

HSL color Cylindrical-coordinate representation of color #564924: hue angle of 44.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #564924 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 73 36 -
CMYK 0 0.15 0.58 0.66
HSL 44.4º 0.41% 0.24% -
HSV(B) 44.4º 0.58% 0.34% -
XYZ 6.54 6.87 2.65 -
YUV 72.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 86 73 36 0 0.15 0.58 0.66 44.4 0.41 0.24
Hex 56 49 24 0 F 3A 42 2C 29 18
Octal 126 111 44 0 17 72 102 54 51 30
Binary 1010110 1001001 100100 0 1111 111010 1000010 101100 101001 11000

Color Harmonies of #564924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564924

Black with #564924

Text Example


Text Example

White with #564924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564924; }

 p { color: rgb(86,73,36); }

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

background-color css

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

 a { background-color: rgb(86,73,36); }

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

border-color css

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

 span { border-color: rgb(86,73,36); }

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