#398527

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

Shades of Bilbao #398527

Tints of Bilbao #398527

Color information

#398527 (or 0x398527) is unknown color: approx Bilbao. HEX triplet: 39, 85 and 27. RGB value is (57,133,39). Sum of RGB (Red+Green+Blue) = 57+133+39=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #398527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398527 is #C67AD8. Grayscale: #636363. Windows color (decimal): -13007577 or 2590009. OLE color: 2590009.

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

Color convert

RGB5713339-
CMYK0.5700.710.48
HSL108.51º54.65%33.73%-
HSV(B)108.51º70.68%52.16%-
XYZ10.4417.794.8-
YUV99.5693.8297.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 39 (15.62% from 255) = 17.03%
R=24.89%
G=58.08%
B=17.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133390.5700.710.48108.5154.6533.73
Hex39852739047306d3722
Octal7120547710107601556742
Binary11100110000101100111111001010001111100001101101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398527; }

 p { color: rgb(57,133,39); }

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

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

 a { background-color: rgb(57,133,39); }

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

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

 span { border-color: rgb(57,133,39); }

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