#318602

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

Shades of Bilbao #318602

Tints of Bilbao #318602

Color information

#318602 (or 0x318602) is unknown color: approx Bilbao. HEX triplet: 31, 86 and 02. RGB value is (49,134,2). Sum of RGB (Red+Green+Blue) = 49+134+2=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 134 (52.73% from 255 or 72.43% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 134 - color contains mainly: green. Hex color #318602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318602 is #CE79FD. Grayscale: #5D5D5D. Windows color (decimal): -13531646 or 165425. OLE color: 165425.

HSL color Cylindrical-coordinate representation of color #318602: hue angle of 98.64º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #318602 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB491342-
CMYK0.6300.990.47
HSL98.64º97.06%26.67%-
HSV(B)98.64º98.51%52.55%-
XYZ9.817.712.96-
YUV93.5476.3496.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 134 (52.73% from 255) = 72.43%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=26.49%
G=72.43%
B=1.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4913420.6300.990.4798.6497.0626.67
Hex318623F0632F63611b
Octal6120627701435714314133
Binary1100011000011010111111011000111011111100011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318602; }

 p { color: rgb(49,134,2); }

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

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

 a { background-color: rgb(49,134,2); }

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

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

 span { border-color: rgb(49,134,2); }

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