#418602

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

Shades of Bilbao #418602

Tints of Bilbao #418602

Color information

#418602 (or 0x418602) is unknown color: approx Bilbao. HEX triplet: 41, 86 and 02. RGB value is (65,134,2). Sum of RGB (Red+Green+Blue) = 65+134+2=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #418602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418602 is #BE79FD. Grayscale: #626262. Windows color (decimal): -12483070 or 165441. OLE color: 165441.

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

Color convert

RGB651342-
CMYK0.5100.990.47
HSL91.36º97.06%26.67%-
HSV(B)91.36º98.51%52.55%-
XYZ10.7218.183-
YUV98.3273.64104.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 134 (52.73% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=32.34%
G=66.67%
B=1.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6513420.5100.990.4791.3697.0626.67
Hex41862330632F5b611b
Octal10120626301435713314133
Binary10000011000011010110011011000111011111011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418602; }

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

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

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

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

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

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

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

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