#36761A

Color #36761A Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #36761A

Tints of Bilbao #36761A

Color information

#36761A (or 0x36761A) is unknown color: approx Bilbao. HEX triplet: 36, 76 and 1A. RGB value is (54,118,26). Sum of RGB (Red+Green+Blue) = 54+118+26=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #36761A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36761A is #C989E5. Grayscale: #585858. Windows color (decimal): -13208038 or 1734198. OLE color: 1734198.

HSL color Cylindrical-coordinate representation of color #36761A: hue angle of 101.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36761A is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB5411826-
CMYK0.5400.780.54
HSL101.74º63.89%28.24%-
HSV(B)101.74º77.97%46.27%-
XYZ8.1913.823.21-
YUV88.3892.8103.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 118 (46.48% from 255) = 59.60%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=27.27%
G=59.60%
B=13.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118260.5400.780.54101.7463.8928.24
Hex36761A3604E3666401c
Octal66166326601166614610034
Binary110110111011011010110110010011101101101100110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36761A; }

 p { color: rgb(54,118,26); }

 H1.HeaderClassName
 {
   color: #36761A;
 }
 .AnyTagClassName
 {
   color: #36761A;
 }
</style>
background-color css

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

 a { background-color: rgb(54,118,26); }

 div.DivClassName
 {
   background-color: #36761A;
 }
 .BgClassName
 {
   background-color: #36761A;
 }
</style>
border-color css

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

 span { border-color: rgb(54,118,26); }

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