#398B12

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

Shades of Bilbao #398B12

Tints of Bilbao #398B12

Color information

#398B12 (or 0x398B12) is unknown color: approx Bilbao. HEX triplet: 39, 8B and 12. RGB value is (57,139,18). Sum of RGB (Red+Green+Blue) = 57+139+18=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 139 (54.69% from 255 or 64.95% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 139 - color contains mainly: green. Hex color #398B12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B12 is #C674ED. Grayscale: #656565. Windows color (decimal): -13006062 or 1215289. OLE color: 1215289.

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

Color convert

RGB5713918-
CMYK0.5900.870.45
HSL100.66º77.07%30.78%-
HSV(B)100.66º87.05%54.51%-
XYZ11.0319.383.73-
YUV100.6981.3396.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 139 (54.69% from 255) = 64.95%
BLUE value IS 18 (7.42% from 255) = 8.41%
R=26.64%
G=64.95%
B=8.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57139180.5900.870.45100.6677.0730.78
Hex398B123B0572D654d1f
Octal71213227301275514511537
Binary1110011000101110010111011010101111011011100101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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