#317802

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

Shades of Bilbao #317802

Tints of Bilbao #317802

Color information

#317802 (or 0x317802) is unknown color: approx Bilbao. HEX triplet: 31, 78 and 02. RGB value is (49,120,2). Sum of RGB (Red+Green+Blue) = 49+120+2=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 120 (47.27% from 255 or 70.18% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 120 - color contains mainly: green. Hex color #317802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317802 is #CE87FD. Grayscale: #555555. Windows color (decimal): -13535230 or 161841. OLE color: 161841.

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

Color convert

RGB491202-
CMYK0.5900.980.53
HSL96.1º96.72%23.92%-
HSV(B)96.1º98.33%47.06%-
XYZ7.9914.092.36-
YUV85.3280.98102.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 120 (47.27% from 255) = 70.18%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=28.65%
G=70.18%
B=1.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4912020.5900.980.5396.196.7223.92
Hex317823B06235606118
Octal6117027301426514014130
Binary110001111100010111011011000101101011100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317802; }

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

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

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

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

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

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

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

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