#368F0B

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

Shades of Bilbao #368F0B

Tints of Bilbao #368F0B

Color information

#368F0B (or 0x368F0B) is unknown color: approx Bilbao. HEX triplet: 36, 8F and 0B. RGB value is (54,143,11). Sum of RGB (Red+Green+Blue) = 54+143+11=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 143 (56.25% from 255 or 68.75% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 143 - color contains mainly: green. Hex color #368F0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368F0B is #C970F4. Grayscale: #656565. Windows color (decimal): -13201653 or 757558. OLE color: 757558.

HSL color Cylindrical-coordinate representation of color #368F0B: hue angle of 100.45º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #368F0B is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB5414311-
CMYK0.6200.920.44
HSL100.45º85.71%30.2%-
HSV(B)100.45º92.31%56.08%-
XYZ11.420.453.66-
YUV101.3477.0194.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 143 (56.25% from 255) = 68.75%
BLUE value IS 11 (4.69% from 255) = 5.29%
R=25.96%
G=68.75%
B=5.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54143110.6200.920.44100.4585.7130.2
Hex368FB3E05C2C64561e
Octal66217137601345414412636
Binary110110100011111011111110010111001011001100100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,143,11); }

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

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

 a { background-color: rgb(54,143,11); }

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

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

 span { border-color: rgb(54,143,11); }

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