#398030

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

Shades of Bilbao #398030

Tints of Bilbao #398030

Color information

#398030 (or 0x398030) is unknown color: approx Bilbao. HEX triplet: 39, 80 and 30. RGB value is (57,128,48). Sum of RGB (Red+Green+Blue) = 57+128+48=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #398030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398030 is #C67FCF. Grayscale: #616161. Windows color (decimal): -13008848 or 3178553. OLE color: 3178553.

HSL color Cylindrical-coordinate representation of color #398030: hue angle of 113.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398030 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB5712848-
CMYK0.5500.620.50
HSL113.25º45.45%34.51%-
HSV(B)113.25º62.5%50.2%-
XYZ9.9416.525.46-
YUV97.6599.9899-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 128 (50.39% from 255) = 54.94%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=24.46%
G=54.94%
B=20.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57128480.5500.620.50113.2545.4534.51
Hex3980303703E32712d23
Octal712006067076621615543
Binary1110011000000011000011011101111101100101110001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398030; }

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

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

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

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

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

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

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

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