#398B0F

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

Shades of Bilbao #398B0F

Tints of Bilbao #398B0F

Color information

#398B0F (or 0x398B0F) is unknown color: approx Bilbao. HEX triplet: 39, 8B and 0F. RGB value is (57,139,15). Sum of RGB (Red+Green+Blue) = 57+139+15=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 139 (54.69% from 255 or 65.88% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 139 - color contains mainly: green. Hex color #398B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B0F is #C674F0. Grayscale: #646464. Windows color (decimal): -13006065 or 1018681. OLE color: 1018681.

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

Color convert

RGB5713915-
CMYK0.5900.890.45
HSL99.68º80.52%30.2%-
HSV(B)99.68º89.21%54.51%-
XYZ11.0119.373.61-
YUV100.3579.8397.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 139 (54.69% from 255) = 65.88%
BLUE value IS 15 (6.25% from 255) = 7.11%
R=27.01%
G=65.88%
B=7.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57139150.5900.890.4599.6880.5230.2
Hex398BF3B0592D64511e
Octal71213177301315514412136
Binary111001100010111111111011010110011011011100100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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