#398530

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

Shades of Bilbao #398530

Tints of Bilbao #398530

Color information

#398530 (or 0x398530) is unknown color: approx Bilbao. HEX triplet: 39, 85 and 30. RGB value is (57,133,48). Sum of RGB (Red+Green+Blue) = 57+133+48=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #398530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398530 is #C67ACF. Grayscale: #646464. Windows color (decimal): -13007568 or 3179833. OLE color: 3179833.

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

Color convert

RGB5713348-
CMYK0.5700.640.48
HSL113.65º46.96%35.49%-
HSV(B)113.65º63.91%52.16%-
XYZ10.6117.865.68-
YUV100.5998.3296.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 133 (52.34% from 255) = 55.88%
BLUE value IS 48 (19.14% from 255) = 20.17%
R=23.95%
G=55.88%
B=20.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133480.5700.640.48113.6546.9635.49
Hex3985303904030722f23
Octal7120560710100601625743
Binary11100110000101110000111001010000001100001110010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398530; }

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

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

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

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

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

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

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

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