#318318

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

Shades of Bilbao #318318

Tints of Bilbao #318318

Color information

#318318 (or 0x318318) is unknown color: approx Bilbao. HEX triplet: 31, 83 and 18. RGB value is (49,131,24). Sum of RGB (Red+Green+Blue) = 49+131+24=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #318318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318318 is #CE7CE7. Grayscale: #5E5E5E. Windows color (decimal): -13532392 or 1606449. OLE color: 1606449.

HSL color Cylindrical-coordinate representation of color #318318: hue angle of 105.98º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #318318 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB4913124-
CMYK0.6300.820.49
HSL105.98º69.03%30.39%-
HSV(B)105.98º81.68%51.37%-
XYZ9.5516.953.63-
YUV94.2888.3395.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 131 (51.56% from 255) = 64.22%
BLUE value IS 24 (9.77% from 255) = 11.76%
R=24.02%
G=64.22%
B=11.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49131240.6300.820.49105.9869.0330.39
Hex3183183F052316a451e
Octal61203307701226115210536
Binary1100011000001111000111111010100101100011101010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318318; }

 p { color: rgb(49,131,24); }

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

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

 a { background-color: rgb(49,131,24); }

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

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

 span { border-color: rgb(49,131,24); }

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