#42861A

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

Shades of Bilbao #42861A

Tints of Bilbao #42861A

Color information

#42861A (or 0x42861A) is unknown color: approx Bilbao. HEX triplet: 42, 86 and 1A. RGB value is (66,134,26). Sum of RGB (Red+Green+Blue) = 66+134+26=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 134 (52.73% from 255 or 59.29% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 134 - color contains mainly: green. Hex color #42861A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42861A is #BD79E5. Grayscale: #656565. Windows color (decimal): -12417510 or 1738306. OLE color: 1738306.

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

Color convert

RGB6613426-
CMYK0.5100.810.47
HSL97.78º67.5%31.37%-
HSV(B)97.78º80.6%52.55%-
XYZ10.9618.283.93-
YUV101.3685.47102.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 134 (52.73% from 255) = 59.29%
BLUE value IS 26 (10.55% from 255) = 11.50%
R=29.20%
G=59.29%
B=11.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134260.5100.810.4797.7867.531.37
Hex42861A330512F62441f
Octal102206326301215714210437
Binary10000101000011011010110011010100011011111100010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,134,26); }

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

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

 a { background-color: rgb(66,134,26); }

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

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

 span { border-color: rgb(66,134,26); }

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