#398217

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

Shades of Bilbao #398217

Tints of Bilbao #398217

Color information

#398217 (or 0x398217) is unknown color: approx Bilbao. HEX triplet: 39, 82 and 17. RGB value is (57,130,23). Sum of RGB (Red+Green+Blue) = 57+130+23=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #398217 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398217 is #C67DE8. Grayscale: #606060. Windows color (decimal): -13008361 or 1540665. OLE color: 1540665.

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

Color convert

RGB5713023-
CMYK0.5600.820.49
HSL100.93º69.93%30%-
HSV(B)100.93º82.31%50.98%-
XYZ9.8216.93.55-
YUV95.9886.82100.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 130 (51.17% from 255) = 61.90%
BLUE value IS 23 (9.38% from 255) = 10.95%
R=27.14%
G=61.90%
B=10.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130230.5600.820.49100.9369.9330
Hex398217380523165461e
Octal71202277001226114510636
Binary1110011000001010111111000010100101100011100101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398217; }

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

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

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

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

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

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

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

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