#317F23

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

Shades of Bilbao #317F23

Tints of Bilbao #317F23

Color information

#317F23 (or 0x317F23) is unknown color: approx Bilbao. HEX triplet: 31, 7F and 23. RGB value is (49,127,35). Sum of RGB (Red+Green+Blue) = 49+127+35=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #317F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F23 is #CE80DC. Grayscale: #5D5D5D. Windows color (decimal): -13533405 or 2326321. OLE color: 2326321.

HSL color Cylindrical-coordinate representation of color #317F23: hue angle of 110.87º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #317F23 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB4912735-
CMYK0.6100.720.50
HSL110.87º56.79%31.76%-
HSV(B)110.87º72.44%49.8%-
XYZ9.1615.954.19-
YUV93.1995.1696.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 127 (50% from 255) = 60.19%
BLUE value IS 35 (14.06% from 255) = 16.59%
R=23.22%
G=60.19%
B=16.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49127350.6100.720.50110.8756.7931.76
Hex317F233D048326f3920
Octal6117743750110621577140
Binary1100011111111100011111101010010001100101101111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,127,35); }

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

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

 a { background-color: rgb(49,127,35); }

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

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

 span { border-color: rgb(49,127,35); }

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