#478602

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

Shades of Bilbao #478602

Tints of Bilbao #478602

Color information

#478602 (or 0x478602) is unknown color: approx Bilbao. HEX triplet: 47, 86 and 02. RGB value is (71,134,2). Sum of RGB (Red+Green+Blue) = 71+134+2=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #478602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478602 is #B879FD. Grayscale: #646464. Windows color (decimal): -12089854 or 165447. OLE color: 165447.

HSL color Cylindrical-coordinate representation of color #478602: hue angle of 88.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 #478602 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB711342-
CMYK0.4700.990.47
HSL88.64º97.06%26.67%-
HSV(B)88.64º98.51%52.55%-
XYZ11.1318.393.02-
YUV100.1272.63107.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 134 (52.73% from 255) = 64.73%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=34.30%
G=64.73%
B=0.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7113420.4700.990.4788.6497.0626.67
Hex478622F0632F59611b
Octal10720625701435713114133
Binary10001111000011010101111011000111011111011001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478602; }

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

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

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

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

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

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

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

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