#368F09

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

Shades of Bilbao #368F09

Tints of Bilbao #368F09

Color information

#368F09 (or 0x368F09) is unknown color: approx Bilbao. HEX triplet: 36, 8F and 09. RGB value is (54,143,9). Sum of RGB (Red+Green+Blue) = 54+143+9=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 143 (56.25% from 255 or 69.42% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 143 - color contains mainly: green. Hex color #368F09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368F09 is #C970F6. Grayscale: #656565. Windows color (decimal): -13201655 or 626486. OLE color: 626486.

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

Color convert

RGB541439-
CMYK0.6200.940.44
HSL99.85º88.16%29.8%-
HSV(B)99.85º93.71%56.08%-
XYZ11.3920.453.61-
YUV101.1176.0194.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 143 (56.25% from 255) = 69.42%
BLUE value IS 9 (3.91% from 255) = 4.37%
R=26.21%
G=69.42%
B=4.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5414390.6200.940.4499.8588.1629.8
Hex368F93E05E2C64581e
Octal66217117601365414413036
Binary110110100011111001111110010111101011001100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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