#317B23

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

Shades of Bilbao #317B23

Tints of Bilbao #317B23

Color information

#317B23 (or 0x317B23) is unknown color: approx Bilbao. HEX triplet: 31, 7B and 23. RGB value is (49,123,35). Sum of RGB (Red+Green+Blue) = 49+123+35=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #317B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317B23 is #CE84DC. Grayscale: #5B5B5B. Windows color (decimal): -13534429 or 2325297. OLE color: 2325297.

HSL color Cylindrical-coordinate representation of color #317B23: hue angle of 110.45º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #317B23 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB4912335-
CMYK0.6000.720.52
HSL110.45º55.7%30.98%-
HSV(B)110.45º71.54%48.24%-
XYZ8.6514.944.02-
YUV90.8496.4898.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 123 (48.44% from 255) = 59.42%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=23.67%
G=59.42%
B=16.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49123350.6000.720.52110.4555.730.98
Hex317B233C048346e381f
Octal6117343740110641567037
Binary110001111101110001111110001001000110100110111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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