#427818

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

Shades of Bilbao #427818

Tints of Bilbao #427818

Color information

#427818 (or 0x427818) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 18. RGB value is (66,120,24). Sum of RGB (Red+Green+Blue) = 66+120+24=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #427818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427818 is #BD87E7. Grayscale: #5D5D5D. Windows color (decimal): -12421096 or 1603650. OLE color: 1603650.

HSL color Cylindrical-coordinate representation of color #427818: hue angle of 93.75º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #427818 is Cyan = 0.45, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB6612024-
CMYK0.4500.80.53
HSL93.75º66.67%28.24%-
HSV(B)93.75º80%47.06%-
XYZ9.1314.663.21-
YUV92.9189.11108.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 120 (47.27% from 255) = 57.14%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=31.43%
G=57.14%
B=11.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120240.4500.80.5393.7566.6728.24
Hex4278182D050355e431c
Octal102170305501206513610334
Binary1000010111100011000101101010100001101011011110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427818; }

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

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

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

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

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

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

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

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