#398413

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

Shades of Bilbao #398413

Tints of Bilbao #398413

Color information

#398413 (or 0x398413) is unknown color: approx Bilbao. HEX triplet: 39, 84 and 13. RGB value is (57,132,19). Sum of RGB (Red+Green+Blue) = 57+132+19=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #398413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398413 is #C67BEC. Grayscale: #616161. Windows color (decimal): -13007853 or 1279033. OLE color: 1279033.

HSL color Cylindrical-coordinate representation of color #398413: hue angle of 99.82º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #398413 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB5713219-
CMYK0.5700.860.48
HSL99.82º74.83%29.61%-
HSV(B)99.82º85.61%51.76%-
XYZ10.0617.423.45-
YUV96.6984.1599.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 132 (51.95% from 255) = 63.46%
BLUE value IS 19 (7.81% from 255) = 9.13%
R=27.40%
G=63.46%
B=9.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132190.5700.860.4899.8274.8329.61
Hex3984133905630644b1e
Octal71204237101266014411336
Binary1110011000010010011111001010101101100001100100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398413; }

 p { color: rgb(57,132,19); }

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

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

 a { background-color: rgb(57,132,19); }

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

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

 span { border-color: rgb(57,132,19); }

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