#42840A

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

Shades of Bilbao #42840A

Tints of Bilbao #42840A

Color information

#42840A (or 0x42840A) is unknown color: approx Bilbao. HEX triplet: 42, 84 and 0A. RGB value is (66,132,10). Sum of RGB (Red+Green+Blue) = 66+132+10=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #42840A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42840A is #BD7BF5. Grayscale: #626262. Windows color (decimal): -12418038 or 689218. OLE color: 689218.

HSL color Cylindrical-coordinate representation of color #42840A: hue angle of 92.46º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42840A is Cyan = 0.5, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB6613210-
CMYK0.500.920.48
HSL92.46º85.92%27.84%-
HSV(B)92.46º92.42%51.76%-
XYZ10.5517.683.14-
YUV98.3678.13104.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 132 (51.95% from 255) = 63.46%
BLUE value IS 10 (4.30% from 255) = 4.81%
R=31.73%
G=63.46%
B=4.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132100.500.920.4892.4685.9227.84
Hex4284A3205C305c561c
Octal102204126201346013412634
Binary1000010100001001010110010010111001100001011100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,132,10); }

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

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

 a { background-color: rgb(66,132,10); }

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

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

 span { border-color: rgb(66,132,10); }

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