#368C0F

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

Shades of Bilbao #368C0F

Tints of Bilbao #368C0F

Color information

#368C0F (or 0x368C0F) is unknown color: approx Bilbao. HEX triplet: 36, 8C and 0F. RGB value is (54,140,15). Sum of RGB (Red+Green+Blue) = 54+140+15=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 140 (55.08% from 255 or 66.99% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 140 - color contains mainly: green. Hex color #368C0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368C0F is #C973F0. Grayscale: #646464. Windows color (decimal): -13202417 or 1018934. OLE color: 1018934.

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

Color convert

RGB5414015-
CMYK0.6100.890.45
HSL101.28º80.65%30.39%-
HSV(B)101.28º89.29%54.9%-
XYZ10.9919.573.65-
YUV100.0480.0195.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 140 (55.08% from 255) = 66.99%
BLUE value IS 15 (6.25% from 255) = 7.18%
R=25.84%
G=66.99%
B=7.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54140150.6100.890.45101.2880.6530.39
Hex368CF3D0592D65511e
Octal66214177501315514512136
Binary110110100011001111111101010110011011011100101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,140,15); }

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

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

 a { background-color: rgb(54,140,15); }

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

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

 span { border-color: rgb(54,140,15); }

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