#398031

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

Shades of Bilbao #398031

Tints of Bilbao #398031

Color information

#398031 (or 0x398031) is unknown color: approx Bilbao. HEX triplet: 39, 80 and 31. RGB value is (57,128,49). Sum of RGB (Red+Green+Blue) = 57+128+49=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #398031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398031 is #C67FCE. Grayscale: #626262. Windows color (decimal): -13008847 or 3244089. OLE color: 3244089.

HSL color Cylindrical-coordinate representation of color #398031: hue angle of 113.92º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398031 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB5712849-
CMYK0.5500.620.50
HSL113.92º44.63%34.71%-
HSV(B)113.92º61.72%50.2%-
XYZ9.9616.535.57-
YUV97.76100.4898.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 128 (50.39% from 255) = 54.70%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=24.36%
G=54.70%
B=20.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57128490.5500.620.50113.9244.6334.71
Hex3980313703E32722d23
Octal712006167076621625543
Binary1110011000000011000111011101111101100101110010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398031; }

 p { color: rgb(57,128,49); }

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

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

 a { background-color: rgb(57,128,49); }

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

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

 span { border-color: rgb(57,128,49); }

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