#398709

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

Shades of Bilbao #398709

Tints of Bilbao #398709

Color information

#398709 (or 0x398709) is unknown color: approx Bilbao. HEX triplet: 39, 87 and 09. RGB value is (57,135,9). Sum of RGB (Red+Green+Blue) = 57+135+9=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 135 (53.12% from 255 or 67.16% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 135 - color contains mainly: green. Hex color #398709 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398709 is #C678F6. Grayscale: #616161. Windows color (decimal): -13007095 or 624441. OLE color: 624441.

HSL color Cylindrical-coordinate representation of color #398709: hue angle of 97.14º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #398709 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB571359-
CMYK0.5800.930.47
HSL97.14º87.5%28.24%-
HSV(B)97.14º93.33%52.94%-
XYZ10.418.223.23-
YUV97.3178.1699.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 135 (53.12% from 255) = 67.16%
BLUE value IS 9 (3.91% from 255) = 4.48%
R=28.36%
G=67.16%
B=4.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5713590.5800.930.4797.1487.528.24
Hex398793A05D2F61581c
Octal71207117201355714113034
Binary111001100001111001111010010111011011111100001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398709; }

 p { color: rgb(57,135,9); }

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

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

 a { background-color: rgb(57,135,9); }

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

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

 span { border-color: rgb(57,135,9); }

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