Html Css Color HEX #564E03 Bronze Olive

📋 copy color: '#564E03'

red 86 ◦ green 78 ◦ blue 3

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

Shades of Bronze Olive #564E03

Tints of Bronze Olive #564E03

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.71%

 BLUE value IS 3 (1.56% from 255) = 1.8%

R = 51.5%
G = 46.71%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#564E03 (or 0x564E03) is known color: Bronze Olive. HEX triplet: 56, 4E and 03. RGB value is (86,78,3). Sum of RGB (Red+Green+Blue) = 86+78+3=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #564E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E03 is #A9B1FC. Grayscale: #484848. Windows color (decimal): -11121149 or 216662. OLE color: 216662.

HSL color Cylindrical-coordinate representation of color #564E03: hue angle of 54.22º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #564E03 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 78 3 -
CMYK 0 0.09 0.97 0.66
HSL 54.22º 0.93% 0.17% -
HSV(B) 54.22º 0.97% 0.34% -
XYZ 6.58 7.43 1.17 -
YUV 71.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 86 78 3 0 0.09 0.97 0.66 54.22 0.93 0.17
Hex 56 4E 3 0 9 61 42 36 5D 11
Octal 126 116 3 0 11 141 102 66 135 21
Binary 1010110 1001110 11 0 1001 1100001 1000010 110110 1011101 10001

Color Harmonies of #564E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E03

Black with #564E03

Text Example


Text Example

White with #564E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564E03; }

 p { color: rgb(86,78,3); }

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

background-color css

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

 a { background-color: rgb(86,78,3); }

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

border-color css

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

 span { border-color: rgb(86,78,3); }

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