#398B10

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

Shades of Bilbao #398B10

Tints of Bilbao #398B10

Color information

#398B10 (or 0x398B10) is unknown color: approx Bilbao. HEX triplet: 39, 8B and 10. RGB value is (57,139,16). Sum of RGB (Red+Green+Blue) = 57+139+16=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 139 (54.69% from 255 or 65.57% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 139 - color contains mainly: green. Hex color #398B10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B10 is #C674EF. Grayscale: #646464. Windows color (decimal): -13006064 or 1084217. OLE color: 1084217.

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

Color convert

RGB5713916-
CMYK0.5900.880.45
HSL100º79.35%30.39%-
HSV(B)100º88.49%54.51%-
XYZ11.0119.373.65-
YUV100.4680.3397-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 139 (54.69% from 255) = 65.57%
BLUE value IS 16 (6.64% from 255) = 7.55%
R=26.89%
G=65.57%
B=7.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57139160.5900.880.4510079.3530.39
Hex398B103B0582D644f1e
Octal71213207301305514411736
Binary1110011000101110000111011010110001011011100100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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