#398B15

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

Shades of Bilbao #398B15

Tints of Bilbao #398B15

Color information

#398B15 (or 0x398B15) is unknown color: approx Bilbao. HEX triplet: 39, 8B and 15. RGB value is (57,139,21). Sum of RGB (Red+Green+Blue) = 57+139+21=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 139 (54.69% from 255 or 64.06% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 139 - color contains mainly: green. Hex color #398B15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B15 is #C674EA. Grayscale: #656565. Windows color (decimal): -13006059 or 1411897. OLE color: 1411897.

HSL color Cylindrical-coordinate representation of color #398B15: hue angle of 101.69º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #398B15 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB5713921-
CMYK0.5900.850.45
HSL101.69º73.75%31.37%-
HSV(B)101.69º84.89%54.51%-
XYZ11.0619.393.87-
YUV101.0382.8396.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 139 (54.69% from 255) = 64.06%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=26.27%
G=64.06%
B=9.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57139210.5900.850.45101.6973.7531.37
Hex398B153B0552D664a1f
Octal71213257301255514611237
Binary1110011000101110101111011010101011011011100110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398B15; }

 p { color: rgb(57,139,21); }

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

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

 a { background-color: rgb(57,139,21); }

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

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

 span { border-color: rgb(57,139,21); }

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