#317806

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

Shades of Bilbao #317806

Tints of Bilbao #317806

Color information

#317806 (or 0x317806) is unknown color: approx Bilbao. HEX triplet: 31, 78 and 06. RGB value is (49,120,6). Sum of RGB (Red+Green+Blue) = 49+120+6=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 120 (47.27% from 255 or 68.57% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 120 - color contains mainly: green. Hex color #317806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317806 is #CE87F9. Grayscale: #565656. Windows color (decimal): -13535226 or 423985. OLE color: 423985.

HSL color Cylindrical-coordinate representation of color #317806: hue angle of 97.37º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #317806 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB491206-
CMYK0.5900.950.53
HSL97.37º90.48%24.71%-
HSV(B)97.37º95%47.06%-
XYZ8.0214.12.47-
YUV85.7882.98101.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 120 (47.27% from 255) = 68.57%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=28%
G=68.57%
B=3.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4912060.5900.950.5397.3790.4824.71
Hex317863B05F35615a19
Octal6117067301376514113231
Binary1100011111000110111011010111111101011100001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317806; }

 p { color: rgb(49,120,6); }

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

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

 a { background-color: rgb(49,120,6); }

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

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

 span { border-color: rgb(49,120,6); }

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