#317B18

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

Shades of Bilbao #317B18

Tints of Bilbao #317B18

Color information

#317B18 (or 0x317B18) is unknown color: approx Bilbao. HEX triplet: 31, 7B and 18. RGB value is (49,123,24). Sum of RGB (Red+Green+Blue) = 49+123+24=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 123 (48.44% from 255 or 62.76% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 123 - color contains mainly: green. Hex color #317B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317B18 is #CE84E7. Grayscale: #595959. Windows color (decimal): -13534440 or 1604401. OLE color: 1604401.

HSL color Cylindrical-coordinate representation of color #317B18: hue angle of 104.85º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317B18 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB4912324-
CMYK0.6000.800.52
HSL104.85º67.35%28.82%-
HSV(B)104.85º80.49%48.24%-
XYZ8.5114.883.29-
YUV89.5990.9899.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 123 (48.44% from 255) = 62.76%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=25%
G=62.76%
B=12.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49123240.6000.800.52104.8567.3528.82
Hex317B183C0503469431d
Octal61173307401206415110335
Binary110001111101111000111100010100001101001101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317B18; }

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

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

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

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

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

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

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

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