#317D12

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

Shades of Bilbao #317D12

Tints of Bilbao #317D12

Color information

#317D12 (or 0x317D12) is unknown color: approx Bilbao. HEX triplet: 31, 7D and 12. RGB value is (49,125,18). Sum of RGB (Red+Green+Blue) = 49+125+18=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 125 (49.22% from 255 or 65.10% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 125 - color contains mainly: green. Hex color #317D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317D12 is #CE82ED. Grayscale: #5A5A5A. Windows color (decimal): -13533934 or 1211697. OLE color: 1211697.

HSL color Cylindrical-coordinate representation of color #317D12: hue angle of 102.62º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #317D12 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB4912518-
CMYK0.6100.860.51
HSL102.62º74.83%28.04%-
HSV(B)102.62º85.6%49.02%-
XYZ8.7115.363.08-
YUV90.0887.3298.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 125 (49.22% from 255) = 65.10%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=25.52%
G=65.10%
B=9.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49125180.6100.860.51102.6274.8328.04
Hex317D123D05633674b1c
Octal61175227501266314711334
Binary110001111110110010111101010101101100111100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,125,18); }

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

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

 a { background-color: rgb(49,125,18); }

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

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

 span { border-color: rgb(49,125,18); }

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