#42801D

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

Shades of Bilbao #42801D

Tints of Bilbao #42801D

Color information

#42801D (or 0x42801D) is unknown color: approx Bilbao. HEX triplet: 42, 80 and 1D. RGB value is (66,128,29). Sum of RGB (Red+Green+Blue) = 66+128+29=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #42801D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42801D is #BD7FE2. Grayscale: #626262. Windows color (decimal): -12419043 or 1933378. OLE color: 1933378.

HSL color Cylindrical-coordinate representation of color #42801D: hue angle of 97.58º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42801D is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB6612829-
CMYK0.4800.770.50
HSL97.58º63.06%30.78%-
HSV(B)97.58º77.34%50.2%-
XYZ10.1916.693.85-
YUV98.1888.96105.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 128 (50.39% from 255) = 57.40%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=29.60%
G=57.40%
B=13.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128290.4800.770.5097.5863.0630.78
Hex42801D3004D32623f1f
Octal10220035600115621427737
Binary1000010100000001110111000001001101110010110001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42801D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42801D; }

 p { color: rgb(66,128,29); }

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

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

 a { background-color: rgb(66,128,29); }

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

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

 span { border-color: rgb(66,128,29); }

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