#398112

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

Shades of Bilbao #398112

Tints of Bilbao #398112

Color information

#398112 (or 0x398112) is unknown color: approx Bilbao. HEX triplet: 39, 81 and 12. RGB value is (57,129,18). Sum of RGB (Red+Green+Blue) = 57+129+18=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #398112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398112 is #C67EED. Grayscale: #5F5F5F. Windows color (decimal): -13008622 or 1212729. OLE color: 1212729.

HSL color Cylindrical-coordinate representation of color #398112: hue angle of 98.92º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #398112 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB5712918-
CMYK0.5600.860.49
HSL98.92º75.51%28.82%-
HSV(B)98.92º86.05%50.59%-
XYZ9.6516.613.27-
YUV94.8284.65101.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 129 (50.78% from 255) = 63.24%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=27.94%
G=63.24%
B=8.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57129180.5600.860.4998.9275.5128.82
Hex3981123805631634c1d
Octal71201227001266114311435
Binary1110011000000110010111000010101101100011100011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398112; }

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

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

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

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

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

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

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

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