#318400

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

Shades of Bilbao #318400

Tints of Bilbao #318400

Color information

#318400 (or 0x318400) is unknown color: approx Bilbao. HEX triplet: 31, 84 and 00. RGB value is (49,132,0). Sum of RGB (Red+Green+Blue) = 49+132+0=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 132 (51.95% from 255 or 72.93% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 132 - color contains mainly: green. Hex color #318400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318400 is #CE7BFF. Grayscale: #5C5C5C. Windows color (decimal): -13532160 or 33841. OLE color: 33841.

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

Color convert

RGB491320-
CMYK0.63010.48
HSL97.73º100%25.88%-
HSV(B)97.73º100%51.76%-
XYZ9.5217.162.81-
YUV92.147697.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 132 (51.95% from 255) = 72.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.07%
G=72.93%
B=0%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4913200.63010.4897.7310025.88
Hex318403F0643062641a
Octal6120407701446014214432
Binary110001100001000111111011001001100001100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318400; }

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

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

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

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

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

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

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

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