#368512

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

Shades of Bilbao #368512

Tints of Bilbao #368512

Color information

#368512 (or 0x368512) is unknown color: approx Bilbao. HEX triplet: 36, 85 and 12. RGB value is (54,133,18). Sum of RGB (Red+Green+Blue) = 54+133+18=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #368512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368512 is #C97AED. Grayscale: #606060. Windows color (decimal): -13204206 or 1213750. OLE color: 1213750.

HSL color Cylindrical-coordinate representation of color #368512: hue angle of 101.22º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #368512 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB5413318-
CMYK0.5900.860.48
HSL101.22º76.16%29.61%-
HSV(B)101.22º86.47%52.16%-
XYZ10.0217.63.44-
YUV96.2783.8397.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 18 (7.42% from 255) = 8.78%
R=26.34%
G=64.88%
B=8.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133180.5900.860.48101.2276.1629.61
Hex3685123B05630654c1e
Octal66205227301266014511436
Binary1101101000010110010111011010101101100001100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368512; }

 p { color: rgb(54,133,18); }

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

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

 a { background-color: rgb(54,133,18); }

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

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

 span { border-color: rgb(54,133,18); }

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