#42772D

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

Shades of Bilbao #42772D

Tints of Bilbao #42772D

Color information

#42772D (or 0x42772D) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 2D. RGB value is (66,119,45). Sum of RGB (Red+Green+Blue) = 66+119+45=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #42772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42772D is #BD88D2. Grayscale: #5E5E5E. Windows color (decimal): -12421331 or 2979650. OLE color: 2979650.

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

Color convert

RGB6611945-
CMYK0.4500.620.53
HSL102.97º45.12%32.16%-
HSV(B)102.97º62.18%46.67%-
XYZ9.3214.544.8-
YUV94.7299.94107.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 119 (46.88% from 255) = 51.74%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=28.70%
G=51.74%
B=19.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119450.4500.620.53102.9745.1232.16
Hex42772D2D03E35672d20
Octal1021675555076651475540
Binary1000010111011110110110110101111101101011100111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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