#317306

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

Shades of Bilbao #317306

Tints of Bilbao #317306

Color information

#317306 (or 0x317306) is unknown color: approx Bilbao. HEX triplet: 31, 73 and 06. RGB value is (49,115,6). Sum of RGB (Red+Green+Blue) = 49+115+6=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 115 (45.31% from 255 or 67.65% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 115 - color contains mainly: green. Hex color #317306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317306 is #CE8CF9. Grayscale: #535353. Windows color (decimal): -13536506 or 422705. OLE color: 422705.

HSL color Cylindrical-coordinate representation of color #317306: hue angle of 96.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #317306 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB491156-
CMYK0.5700.950.55
HSL96.33º90.08%23.73%-
HSV(B)96.33º94.78%45.1%-
XYZ7.4312.932.28-
YUV82.8484.63103.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 115 (45.31% from 255) = 67.65%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=28.82%
G=67.65%
B=3.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4911560.5700.950.5596.3390.0823.73
Hex317363905F37605a18
Octal6116367101376714013230
Binary1100011110011110111001010111111101111100000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317306; }

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

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

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

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

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

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

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

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