#468300

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

Shades of Bilbao #468300

Tints of Bilbao #468300

Color information

#468300 (or 0x468300) is unknown color: approx Bilbao. HEX triplet: 46, 83 and 00. RGB value is (70,131,0). Sum of RGB (Red+Green+Blue) = 70+131+0=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 131 (51.56% from 255 or 65.17% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 131 - color contains mainly: green. Hex color #468300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468300 is #B97CFF. Grayscale: #626262. Windows color (decimal): -12156160 or 33606. OLE color: 33606.

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

Color convert

RGB701310-
CMYK0.47010.49
HSL87.94º100%25.69%-
HSV(B)87.94º100%51.37%-
XYZ10.6417.532.82-
YUV97.8372.79108.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 131 (51.56% from 255) = 65.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.83%
G=65.17%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7013100.47010.4987.9410025.69
Hex468302F0643158641a
Octal10620305701446113014432
Binary1000110100000110101111011001001100011011000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468300; }

 p { color: rgb(70,131,0); }

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

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

 a { background-color: rgb(70,131,0); }

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

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

 span { border-color: rgb(70,131,0); }

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