#42772C

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

Shades of Bilbao #42772C

Tints of Bilbao #42772C

Color information

#42772C (or 0x42772C) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 2C. RGB value is (66,119,44). Sum of RGB (Red+Green+Blue) = 66+119+44=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #42772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42772C is #BD88D3. Grayscale: #5E5E5E. Windows color (decimal): -12421332 or 2914114. OLE color: 2914114.

HSL color Cylindrical-coordinate representation of color #42772C: hue angle of 102.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42772C is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB6611944-
CMYK0.4500.630.53
HSL102.4º46.01%31.96%-
HSV(B)102.4º63.03%46.67%-
XYZ9.314.534.7-
YUV94.699.44107.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=28.82%
G=51.97%
B=19.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119440.4500.630.53102.446.0131.96
Hex42772C2D03F35662e20
Octal1021675455077651465640
Binary1000010111011110110010110101111111101011100110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42772C; }

 p { color: rgb(66,119,44); }

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

<style>
 a { background-color: #42772C; }

 a { background-color: rgb(66,119,44); }

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

<style>
 span { border-color: #42772C; }

 span { border-color: rgb(66,119,44); }

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