#368217

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

Shades of Bilbao #368217

Tints of Bilbao #368217

Color information

#368217 (or 0x368217) is unknown color: approx Bilbao. HEX triplet: 36, 82 and 17. RGB value is (54,130,23). Sum of RGB (Red+Green+Blue) = 54+130+23=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #368217 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368217 is #C97DE8. Grayscale: #5F5F5F. Windows color (decimal): -13204969 or 1540662. OLE color: 1540662.

HSL color Cylindrical-coordinate representation of color #368217: hue angle of 102.62º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #368217 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB5413023-
CMYK0.5800.820.49
HSL102.62º69.93%30%-
HSV(B)102.62º82.31%50.98%-
XYZ9.6616.813.55-
YUV95.0887.3298.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 130 (51.17% from 255) = 62.80%
BLUE value IS 23 (9.38% from 255) = 11.11%
R=26.09%
G=62.80%
B=11.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130230.5800.820.49102.6269.9330
Hex3682173A0523167461e
Octal66202277201226114710636
Binary1101101000001010111111010010100101100011100111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368217; }

 p { color: rgb(54,130,23); }

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

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

 a { background-color: rgb(54,130,23); }

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

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

 span { border-color: rgb(54,130,23); }

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