#427418

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

Shades of Bilbao #427418

Tints of Bilbao #427418

Color information

#427418 (or 0x427418) is unknown color: approx Bilbao. HEX triplet: 42, 74 and 18. RGB value is (66,116,24). Sum of RGB (Red+Green+Blue) = 66+116+24=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #427418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427418 is #BD8BE7. Grayscale: #5A5A5A. Windows color (decimal): -12422120 or 1602626. OLE color: 1602626.

HSL color Cylindrical-coordinate representation of color #427418: hue angle of 92.61º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #427418 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB6611624-
CMYK0.4300.790.55
HSL92.61º65.71%27.45%-
HSV(B)92.61º79.31%45.49%-
XYZ8.6613.713.06-
YUV90.5690.44110.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 116 (45.70% from 255) = 56.31%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=32.04%
G=56.31%
B=11.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116240.4300.790.5592.6165.7127.45
Hex4274182B04F375d421b
Octal102164305301176713510233
Binary1000010111010011000101011010011111101111011101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427418; }

 p { color: rgb(66,116,24); }

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

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

 a { background-color: rgb(66,116,24); }

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

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

 span { border-color: rgb(66,116,24); }

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