#317923

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

Shades of Bilbao #317923

Tints of Bilbao #317923

Color information

#317923 (or 0x317923) is unknown color: approx Bilbao. HEX triplet: 31, 79 and 23. RGB value is (49,121,35). Sum of RGB (Red+Green+Blue) = 49+121+35=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #317923 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317923 is #CE86DC. Grayscale: #595959. Windows color (decimal): -13534941 or 2324785. OLE color: 2324785.

HSL color Cylindrical-coordinate representation of color #317923: hue angle of 110.23º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #317923 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB4912135-
CMYK0.6000.710.53
HSL110.23º55.13%30.59%-
HSV(B)110.23º71.07%47.45%-
XYZ8.4114.453.94-
YUV89.6797.1598.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 121 (47.66% from 255) = 59.02%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=23.90%
G=59.02%
B=17.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121350.6000.710.53110.2355.1330.59
Hex3179233C047356e371f
Octal6117143740107651566737
Binary110001111100110001111110001000111110101110111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317923; }

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

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

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

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

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

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

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

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