Html Css Color HEX #564D04 Bronze Olive

📋 copy color: '#564D04'

red 86 ◦ green 77 ◦ blue 4

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

Shades of Bronze Olive #564D04

Tints of Bronze Olive #564D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 46.11%

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 51.5%
G = 46.11%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#564D04 (or 0x564D04) is known color: Bronze Olive. HEX triplet: 56, 4D and 04. RGB value is (86,77,4). Sum of RGB (Red+Green+Blue) = 86+77+4=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #564D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D04 is #A9B2FB. Grayscale: #474747. Windows color (decimal): -11121404 or 281942. OLE color: 281942.

HSL color Cylindrical-coordinate representation of color #564D04: hue angle of 53.41º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #564D04 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 77 4 -
CMYK 0 0.10 0.95 0.66
HSL 53.41º 0.91% 0.18% -
HSV(B) 53.41º 0.95% 0.34% -
XYZ 6.51 7.29 1.18 -
YUV 71.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 86 77 4 0 0.10 0.95 0.66 53.41 0.91 0.18
Hex 56 4D 4 0 A 5F 42 35 5B 12
Octal 126 115 4 0 12 137 102 65 133 22
Binary 1010110 1001101 100 0 1010 1011111 1000010 110101 1011011 10010

Color Harmonies of #564D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D04

Black with #564D04

Text Example


Text Example

White with #564D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,77,4); }

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

background-color css

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

 a { background-color: rgb(86,77,4); }

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

border-color css

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

 span { border-color: rgb(86,77,4); }

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