#398B14

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

Shades of Bilbao #398B14

Tints of Bilbao #398B14

Color information

#398B14 (or 0x398B14) is unknown color: approx Bilbao. HEX triplet: 39, 8B and 14. RGB value is (57,139,20). Sum of RGB (Red+Green+Blue) = 57+139+20=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 139 (54.69% from 255 or 64.35% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 139 - color contains mainly: green. Hex color #398B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B14 is #C674EB. Grayscale: #656565. Windows color (decimal): -13006060 or 1346361. OLE color: 1346361.

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

Color convert

RGB5713920-
CMYK0.5900.860.45
HSL101.34º74.84%31.18%-
HSV(B)101.34º85.61%54.51%-
XYZ11.0519.393.82-
YUV100.9282.3396.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 139 (54.69% from 255) = 64.35%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=26.39%
G=64.35%
B=9.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57139200.5900.860.45101.3474.8431.18
Hex398B143B0562D654b1f
Octal71213247301265514511337
Binary1110011000101110100111011010101101011011100101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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