#318028

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

Shades of Bilbao #318028

Tints of Bilbao #318028

Color information

#318028 (or 0x318028) is unknown color: approx Bilbao. HEX triplet: 31, 80 and 28. RGB value is (49,128,40). Sum of RGB (Red+Green+Blue) = 49+128+40=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #318028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318028 is #CE7FD7. Grayscale: #5E5E5E. Windows color (decimal): -13533144 or 2654257. OLE color: 2654257.

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

Color convert

RGB4912840-
CMYK0.6200.690.50
HSL113.86º52.38%32.94%-
HSV(B)113.86º68.75%50.2%-
XYZ9.3716.244.65-
YUV94.3597.3395.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 128 (50.39% from 255) = 58.99%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=22.58%
G=58.99%
B=18.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49128400.6200.690.50113.8652.3832.94
Hex3180283E04532723421
Octal6120050760105621626441
Binary11000110000000101000111110010001011100101110010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318028; }

 p { color: rgb(49,128,40); }

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

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

 a { background-color: rgb(49,128,40); }

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

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

 span { border-color: rgb(49,128,40); }

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