#42821C

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

Shades of Bilbao #42821C

Tints of Bilbao #42821C

Color information

#42821C (or 0x42821C) is unknown color: approx Bilbao. HEX triplet: 42, 82 and 1C. RGB value is (66,130,28). Sum of RGB (Red+Green+Blue) = 66+130+28=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #42821C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42821C is #BD7DE3. Grayscale: #636363. Windows color (decimal): -12418532 or 1868354. OLE color: 1868354.

HSL color Cylindrical-coordinate representation of color #42821C: hue angle of 97.65º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42821C is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB6613028-
CMYK0.4900.780.49
HSL97.65º64.56%30.98%-
HSV(B)97.65º78.46%50.98%-
XYZ10.4417.213.87-
YUV99.2487.8104.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 130 (51.17% from 255) = 58.04%
BLUE value IS 28 (11.33% from 255) = 12.5%
R=29.46%
G=58.04%
B=12.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130280.4900.780.4997.6564.5630.98
Hex42821C3104E3162411f
Octal102202346101166114210137
Binary10000101000001011100110001010011101100011100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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