#42742A

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

Shades of Bilbao #42742A

Tints of Bilbao #42742A

Color information

#42742A (or 0x42742A) is unknown color: approx Bilbao. HEX triplet: 42, 74 and 2A. RGB value is (66,116,42). Sum of RGB (Red+Green+Blue) = 66+116+42=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #42742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42742A is #BD8BD5. Grayscale: #5C5C5C. Windows color (decimal): -12422102 or 2782274. OLE color: 2782274.

HSL color Cylindrical-coordinate representation of color #42742A: hue angle of 100.54º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42742A is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB6611642-
CMYK0.4300.640.55
HSL100.54º46.84%30.98%-
HSV(B)100.54º63.79%45.49%-
XYZ8.9113.824.39-
YUV92.6199.44109.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 42 (16.80% from 255) = 18.75%
R=29.46%
G=51.79%
B=18.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116420.4300.640.55100.5446.8430.98
Hex42742A2B04037652f1f
Octal10216452530100671455737
Binary1000010111010010101010101101000000110111110010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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