#427603

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

Shades of Bilbao #427603

Tints of Bilbao #427603

Color information

#427603 (or 0x427603) is unknown color: approx Bilbao. HEX triplet: 42, 76 and 03. RGB value is (66,118,3). Sum of RGB (Red+Green+Blue) = 66+118+3=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #427603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427603 is #BD89FC. Grayscale: #595959. Windows color (decimal): -12421629 or 226882. OLE color: 226882.

HSL color Cylindrical-coordinate representation of color #427603: hue angle of 87.13º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #427603 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB661183-
CMYK0.4400.970.54
HSL87.13º95.04%23.73%-
HSV(B)87.13º97.46%46.27%-
XYZ8.7414.122.35-
YUV89.3479.27111.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 118 (46.48% from 255) = 63.10%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=35.29%
G=63.10%
B=1.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6611830.4400.970.5487.1395.0423.73
Hex427632C06136575f18
Octal10216635401416612713730
Binary1000010111011011101100011000011101101010111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427603; }

 p { color: rgb(66,118,3); }

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

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

 a { background-color: rgb(66,118,3); }

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

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

 span { border-color: rgb(66,118,3); }

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