#42782C

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

Shades of Bilbao #42782C

Tints of Bilbao #42782C

Color information

#42782C (or 0x42782C) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 2C. RGB value is (66,120,44). Sum of RGB (Red+Green+Blue) = 66+120+44=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #42782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42782C is #BD87D3. Grayscale: #5F5F5F. Windows color (decimal): -12421076 or 2914370. OLE color: 2914370.

HSL color Cylindrical-coordinate representation of color #42782C: hue angle of 102.63º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42782C is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB6612044-
CMYK0.4500.630.53
HSL102.63º46.34%32.16%-
HSV(B)102.63º63.33%47.06%-
XYZ9.4214.774.74-
YUV95.1999.11107.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 44 (17.58% from 255) = 19.13%
R=28.70%
G=52.17%
B=19.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120440.4500.630.53102.6346.3432.16
Hex42782C2D03F35672e20
Octal1021705455077651475640
Binary1000010111100010110010110101111111101011100111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42782C; }

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

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

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

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

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

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

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

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