#368B0E

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

Shades of Bilbao #368B0E

Tints of Bilbao #368B0E

Color information

#368B0E (or 0x368B0E) is unknown color: approx Bilbao. HEX triplet: 36, 8B and 0E. RGB value is (54,139,14). Sum of RGB (Red+Green+Blue) = 54+139+14=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 139 (54.69% from 255 or 67.15% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 139 - color contains mainly: green. Hex color #368B0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368B0E is #C974F1. Grayscale: #636363. Windows color (decimal): -13202674 or 953142. OLE color: 953142.

HSL color Cylindrical-coordinate representation of color #368B0E: hue angle of 100.8º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #368B0E is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB5413914-
CMYK0.6100.900.45
HSL100.8º81.7%30%-
HSV(B)100.8º89.93%54.51%-
XYZ10.8319.283.57-
YUV99.3479.8495.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 139 (54.69% from 255) = 67.15%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=26.09%
G=67.15%
B=6.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54139140.6100.900.45100.881.730
Hex368BE3D05A2D65521e
Octal66213167501325514512236
Binary110110100010111110111101010110101011011100101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368B0E; }

 p { color: rgb(54,139,14); }

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

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

 a { background-color: rgb(54,139,14); }

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

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

 span { border-color: rgb(54,139,14); }

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