#398520

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

Shades of Bilbao #398520

Tints of Bilbao #398520

Color information

#398520 (or 0x398520) is unknown color: approx Bilbao. HEX triplet: 39, 85 and 20. RGB value is (57,133,32). Sum of RGB (Red+Green+Blue) = 57+133+32=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #398520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398520 is #C67ADF. Grayscale: #636363. Windows color (decimal): -13007584 or 2131257. OLE color: 2131257.

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

Color convert

RGB5713332-
CMYK0.5700.760.48
HSL105.15º61.21%32.35%-
HSV(B)105.15º75.94%52.16%-
XYZ10.3417.754.25-
YUV98.7690.3298.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 133 (52.34% from 255) = 59.91%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=25.68%
G=59.91%
B=14.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133320.5700.760.48105.1561.2132.35
Hex3985203904C30693d20
Octal7120540710114601517540
Binary11100110000101100000111001010011001100001101001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398520; }

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

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

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

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

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

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

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

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