#368612

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

Shades of Bilbao #368612

Tints of Bilbao #368612

Color information

#368612 (or 0x368612) is unknown color: approx Bilbao. HEX triplet: 36, 86 and 12. RGB value is (54,134,18). Sum of RGB (Red+Green+Blue) = 54+134+18=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #368612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368612 is #C979ED. Grayscale: #616161. Windows color (decimal): -13203950 or 1214006. OLE color: 1214006.

HSL color Cylindrical-coordinate representation of color #368612: hue angle of 101.38º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #368612 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB5413418-
CMYK0.6000.870.47
HSL101.38º76.32%29.8%-
HSV(B)101.38º86.57%52.55%-
XYZ10.1617.883.49-
YUV96.8683.597.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 134 (52.73% from 255) = 65.05%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=26.21%
G=65.05%
B=8.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54134180.6000.870.47101.3876.3229.8
Hex3686123C0572F654c1e
Octal66206227401275714511436
Binary1101101000011010010111100010101111011111100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368612; }

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

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

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

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

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

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

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

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