#398128

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

Shades of Bilbao #398128

Tints of Bilbao #398128

Color information

#398128 (or 0x398128) is unknown color: approx Bilbao. HEX triplet: 39, 81 and 28. RGB value is (57,129,40). Sum of RGB (Red+Green+Blue) = 57+129+40=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #398128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398128 is #C67ED7. Grayscale: #616161. Windows color (decimal): -13008600 or 2654521. OLE color: 2654521.

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

Color convert

RGB5712940-
CMYK0.5600.690.49
HSL108.54º52.66%33.14%-
HSV(B)108.54º68.99%50.59%-
XYZ9.9216.724.71-
YUV97.3395.6599.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 129 (50.78% from 255) = 57.08%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=25.22%
G=57.08%
B=17.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57129400.5600.690.49108.5452.6633.14
Hex39812838045316d3521
Octal7120150700105611556541
Binary11100110000001101000111000010001011100011101101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398128; }

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

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

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

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

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

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

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

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