#317200

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

Shades of Bilbao #317200

Tints of Bilbao #317200

Color information

#317200 (or 0x317200) is unknown color: approx Bilbao. HEX triplet: 31, 72 and 00. RGB value is (49,114,0). Sum of RGB (Red+Green+Blue) = 49+114+0=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 114 (44.92% from 255 or 69.94% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 114 - color contains mainly: green. Hex color #317200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317200 is #CE8DFF. Grayscale: #515151. Windows color (decimal): -13536768 or 29233. OLE color: 29233.

HSL color Cylindrical-coordinate representation of color #317200: hue angle of 94.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #317200 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB491140-
CMYK0.57010.55
HSL94.21º100%22.35%-
HSV(B)94.21º100%44.71%-
XYZ7.2812.692.07-
YUV81.5781.97104.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 114 (44.92% from 255) = 69.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.06%
G=69.94%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4911400.57010.5594.2110022.35
Hex3172039064375e6416
Octal6116207101446713614426
Binary11000111100100111001011001001101111011110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317200; }

 p { color: rgb(49,114,0); }

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

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

 a { background-color: rgb(49,114,0); }

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

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

 span { border-color: rgb(49,114,0); }

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