Html Css Color HEX #565018 Bronze Olive

📋 copy color: '#565018'

red 86 ◦ green 80 ◦ blue 24

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

Shades of Bronze Olive #565018

Tints of Bronze Olive #565018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.11%

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 45.26%
G = 42.11%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#565018 (or 0x565018) is known color: Bronze Olive. HEX triplet: 56, 50 and 18. RGB value is (86,80,24). Sum of RGB (Red+Green+Blue) = 86+80+24=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #565018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565018 is #A9AFE7. Grayscale: #4B4B4B. Windows color (decimal): -11120616 or 1593430. OLE color: 1593430.

HSL color Cylindrical-coordinate representation of color #565018: hue angle of 54.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #565018 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 80 24 -
CMYK 0 0.07 0.72 0.66
HSL 54.19º 0.56% 0.22% -
HSV(B) 54.19º 0.72% 0.34% -
XYZ 6.87 7.78 2 -
YUV 75.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 86 80 24 0 0.07 0.72 0.66 54.19 0.56 0.22
Hex 56 50 18 0 7 48 42 36 38 16
Octal 126 120 30 0 7 110 102 66 70 26
Binary 1010110 1010000 11000 0 111 1001000 1000010 110110 111000 10110

Color Harmonies of #565018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565018

Black with #565018

Text Example


Text Example

White with #565018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565018; }

 p { color: rgb(86,80,24); }

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

background-color css

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

 a { background-color: rgb(86,80,24); }

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

border-color css

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

 span { border-color: rgb(86,80,24); }

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