#368411

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

Shades of Bilbao #368411

Tints of Bilbao #368411

Color information

#368411 (or 0x368411) is unknown color: approx Bilbao. HEX triplet: 36, 84 and 11. RGB value is (54,132,17). Sum of RGB (Red+Green+Blue) = 54+132+17=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 132 (51.95% from 255 or 65.02% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 132 - color contains mainly: green. Hex color #368411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368411 is #C97BEE. Grayscale: #5F5F5F. Windows color (decimal): -13204463 or 1147958. OLE color: 1147958.

HSL color Cylindrical-coordinate representation of color #368411: hue angle of 100.7º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #368411 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB5413217-
CMYK0.5900.870.48
HSL100.7º77.18%29.22%-
HSV(B)100.7º87.12%51.76%-
XYZ9.8717.333.35-
YUV95.5783.6698.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 132 (51.95% from 255) = 65.02%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=26.60%
G=65.02%
B=8.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132170.5900.870.48100.777.1829.22
Hex3684113B05730654d1d
Octal66204217301276014511535
Binary1101101000010010001111011010101111100001100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368411; }

 p { color: rgb(54,132,17); }

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

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

 a { background-color: rgb(54,132,17); }

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

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

 span { border-color: rgb(54,132,17); }

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