#398132

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

Shades of Bilbao #398132

Tints of Bilbao #398132

Color information

#398132 (or 0x398132) is unknown color: approx Bilbao. HEX triplet: 39, 81 and 32. RGB value is (57,129,50). Sum of RGB (Red+Green+Blue) = 57+129+50=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #398132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398132 is #C67ECD. Grayscale: #626262. Windows color (decimal): -13008590 or 3309881. OLE color: 3309881.

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

Color convert

RGB5712950-
CMYK0.5600.610.49
HSL114.68º44.13%35.1%-
HSV(B)114.68º61.24%50.59%-
XYZ10.1116.85.73-
YUV98.47100.6598.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 129 (50.78% from 255) = 54.66%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=24.15%
G=54.66%
B=21.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57129500.5600.610.49114.6844.1335.1
Hex3981323803D31732c23
Octal712016270075611635443
Binary1110011000000111001011100001111011100011110011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398132; }

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

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

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

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

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

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

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

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