#42762B

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

Shades of Bilbao #42762B

Tints of Bilbao #42762B

Color information

#42762B (or 0x42762B) is unknown color: approx Bilbao. HEX triplet: 42, 76 and 2B. RGB value is (66,118,43). Sum of RGB (Red+Green+Blue) = 66+118+43=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #42762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42762B is #BD89D4. Grayscale: #5E5E5E. Windows color (decimal): -12421589 or 2848322. OLE color: 2848322.

HSL color Cylindrical-coordinate representation of color #42762B: hue angle of 101.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42762B is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB6611843-
CMYK0.4400.640.54
HSL101.6º46.58%31.57%-
HSV(B)101.6º63.56%46.27%-
XYZ9.1614.294.56-
YUV93.999.27108.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=29.07%
G=51.98%
B=18.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118430.4400.640.54101.646.5831.57
Hex42762B2C04036662f20
Octal10216653540100661465740
Binary10000101110110101011101100010000001101101100110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42762B; }

 p { color: rgb(66,118,43); }

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

<style>
 a { background-color: #42762B; }

 a { background-color: rgb(66,118,43); }

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

<style>
 span { border-color: #42762B; }

 span { border-color: rgb(66,118,43); }

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