#368112

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

Shades of Bilbao #368112

Tints of Bilbao #368112

Color information

#368112 (or 0x368112) is unknown color: approx Bilbao. HEX triplet: 36, 81 and 12. RGB value is (54,129,18). Sum of RGB (Red+Green+Blue) = 54+129+18=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #368112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368112 is #C97EED. Grayscale: #5E5E5E. Windows color (decimal): -13205230 or 1212726. OLE color: 1212726.

HSL color Cylindrical-coordinate representation of color #368112: hue angle of 100.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #368112 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB5412918-
CMYK0.5800.860.49
HSL100.54º75.51%28.82%-
HSV(B)100.54º86.05%50.59%-
XYZ9.4816.533.26-
YUV93.9285.1599.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 129 (50.78% from 255) = 64.18%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=26.87%
G=64.18%
B=8.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54129180.5800.860.49100.5475.5128.82
Hex3681123A05631654c1d
Octal66201227201266114511435
Binary1101101000000110010111010010101101100011100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368112; }

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

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

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

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

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

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

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

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