#317A0A

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

Shades of Bilbao #317A0A

Tints of Bilbao #317A0A

Color information

#317A0A (or 0x317A0A) is unknown color: approx Bilbao. HEX triplet: 31, 7A and 0A. RGB value is (49,122,10). Sum of RGB (Red+Green+Blue) = 49+122+10=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 122 (48.05% from 255 or 67.40% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 122 - color contains mainly: green. Hex color #317A0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317A0A is #CE85F5. Grayscale: #575757. Windows color (decimal): -13534710 or 686641. OLE color: 686641.

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

Color convert

RGB4912210-
CMYK0.6000.920.52
HSL99.11º84.85%25.88%-
HSV(B)99.11º91.8%47.84%-
XYZ8.2814.592.67-
YUV87.484.32100.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 122 (48.05% from 255) = 67.40%
BLUE value IS 10 (4.30% from 255) = 5.52%
R=27.07%
G=67.40%
B=5.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49122100.6000.920.5299.1184.8525.88
Hex317AA3C05C3463551a
Octal61172127401346414312532
Binary11000111110101010111100010111001101001100011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,122,10); }

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

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

 a { background-color: rgb(49,122,10); }

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

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

 span { border-color: rgb(49,122,10); }

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