#368A15

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

Shades of Bilbao #368A15

Tints of Bilbao #368A15

Color information

#368A15 (or 0x368A15) is unknown color: approx Bilbao. HEX triplet: 36, 8A and 15. RGB value is (54,138,21). Sum of RGB (Red+Green+Blue) = 54+138+21=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 138 (54.30% from 255 or 64.79% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 138 - color contains mainly: green. Hex color #368A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368A15 is #C975EA. Grayscale: #636363. Windows color (decimal): -13202923 or 1411638. OLE color: 1411638.

HSL color Cylindrical-coordinate representation of color #368A15: hue angle of 103.08º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #368A15 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB5413821-
CMYK0.6100.850.46
HSL103.08º73.58%31.18%-
HSV(B)103.08º84.78%54.12%-
XYZ10.7519.023.81-
YUV99.5583.6795.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 138 (54.30% from 255) = 64.79%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=25.35%
G=64.79%
B=9.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54138210.6100.850.46103.0873.5831.18
Hex368A153D0552E674a1f
Octal66212257501255614711237
Binary1101101000101010101111101010101011011101100111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,138,21); }

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

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

 a { background-color: rgb(54,138,21); }

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

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

 span { border-color: rgb(54,138,21); }

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