#42741B

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

Shades of Bilbao #42741B

Tints of Bilbao #42741B

Color information

#42741B (or 0x42741B) is unknown color: approx Bilbao. HEX triplet: 42, 74 and 1B. RGB value is (66,116,27). Sum of RGB (Red+Green+Blue) = 66+116+27=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #42741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42741B is #BD8BE4. Grayscale: #5B5B5B. Windows color (decimal): -12422117 or 1799234. OLE color: 1799234.

HSL color Cylindrical-coordinate representation of color #42741B: hue angle of 93.71º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42741B is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB6611627-
CMYK0.4300.770.55
HSL93.71º62.24%28.04%-
HSV(B)93.71º76.72%45.49%-
XYZ8.6913.733.23-
YUV90.991.94110.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 116 (45.70% from 255) = 55.50%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=31.58%
G=55.50%
B=12.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116270.4300.770.5593.7162.2428.04
Hex42741B2B04D375e3e1c
Octal10216433530115671367634
Binary100001011101001101110101101001101110111101111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,116,27); }

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

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

 a { background-color: rgb(66,116,27); }

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

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

 span { border-color: rgb(66,116,27); }

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