#398228

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

Shades of Bilbao #398228

Tints of Bilbao #398228

Color information

#398228 (or 0x398228) is unknown color: approx Bilbao. HEX triplet: 39, 82 and 28. RGB value is (57,130,40). Sum of RGB (Red+Green+Blue) = 57+130+40=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #398228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398228 is #C67DD7. Grayscale: #626262. Windows color (decimal): -13008344 or 2654777. OLE color: 2654777.

HSL color Cylindrical-coordinate representation of color #398228: hue angle of 108.67º 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 #398228 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB5713040-
CMYK0.5600.690.49
HSL108.67º52.94%33.33%-
HSV(B)108.67º69.23%50.98%-
XYZ10.0516.994.76-
YUV97.9195.3298.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 130 (51.17% from 255) = 57.27%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=25.11%
G=57.27%
B=17.62%

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
Decimal57130400.5600.690.49108.6752.9433.33
Hex39822838045316d3521
Octal7120250700105611556541
Binary11100110000010101000111000010001011100011101101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398228; }

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

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

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

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

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

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

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

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