#398021

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

Shades of Bilbao #398021

Tints of Bilbao #398021

Color information

#398021 (or 0x398021) is unknown color: approx Bilbao. HEX triplet: 39, 80 and 21. RGB value is (57,128,33). Sum of RGB (Red+Green+Blue) = 57+128+33=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #398021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398021 is #C67FDE. Grayscale: #606060. Windows color (decimal): -13008863 or 2195513. OLE color: 2195513.

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

Color convert

RGB5712833-
CMYK0.5500.740.50
HSL104.84º59.01%31.57%-
HSV(B)104.84º74.22%50.2%-
XYZ9.6816.424.1-
YUV95.9492.48100.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 128 (50.39% from 255) = 58.72%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=26.15%
G=58.72%
B=15.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57128330.5500.740.50104.8459.0131.57
Hex3980213704A32693b20
Octal7120041670112621517340
Binary11100110000000100001110111010010101100101101001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398021; }

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

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

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

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

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

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

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

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