#42722A

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

Shades of Bilbao #42722A

Tints of Bilbao #42722A

Color information

#42722A (or 0x42722A) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 2A. RGB value is (66,114,42). Sum of RGB (Red+Green+Blue) = 66+114+42=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #42722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42722A is #BD8DD5. Grayscale: #5B5B5B. Windows color (decimal): -12422614 or 2781762. OLE color: 2781762.

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

Color convert

RGB6611442-
CMYK0.4200.630.55
HSL100º46.15%30.59%-
HSV(B)100º63.16%44.71%-
XYZ8.6813.364.31-
YUV91.44100.1109.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=29.73%
G=51.35%
B=18.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114420.4200.630.5510046.1530.59
Hex42722A2A03F37642e1f
Octal1021625252077671445637
Binary100001011100101010101010100111111110111110010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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