#42822A

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

Shades of Bilbao #42822A

Tints of Bilbao #42822A

Color information

#42822A (or 0x42822A) is unknown color: approx Bilbao. HEX triplet: 42, 82 and 2A. RGB value is (66,130,42). Sum of RGB (Red+Green+Blue) = 66+130+42=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #42822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42822A is #BD7DD5. Grayscale: #656565. Windows color (decimal): -12418518 or 2785858. OLE color: 2785858.

HSL color Cylindrical-coordinate representation of color #42822A: hue angle of 103.64º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42822A is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB6613042-
CMYK0.4900.680.49
HSL103.64º51.16%33.73%-
HSV(B)103.64º67.69%50.98%-
XYZ10.6517.294.97-
YUV100.8394.8103.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 130 (51.17% from 255) = 54.62%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=27.73%
G=54.62%
B=17.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130420.4900.680.49103.6451.1633.73
Hex42822A3104431683322
Octal10220252610104611506342
Binary100001010000010101010110001010001001100011101000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42822A; }

 p { color: rgb(66,130,42); }

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

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

 a { background-color: rgb(66,130,42); }

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

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

 span { border-color: rgb(66,130,42); }

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