#42772B

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

Shades of Bilbao #42772B

Tints of Bilbao #42772B

Color information

#42772B (or 0x42772B) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 2B. RGB value is (66,119,43). Sum of RGB (Red+Green+Blue) = 66+119+43=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #42772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42772B is #BD88D4. Grayscale: #5E5E5E. Windows color (decimal): -12421333 or 2848578. OLE color: 2848578.

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

Color convert

RGB6611943-
CMYK0.4500.640.53
HSL101.84º46.91%31.76%-
HSV(B)101.84º63.87%46.67%-
XYZ9.2814.534.6-
YUV94.4998.94107.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 119 (46.88% from 255) = 52.19%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=28.95%
G=52.19%
B=18.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119430.4500.640.53101.8446.9131.76
Hex42772B2D04035662f20
Octal10216753550100651465740
Binary10000101110111101011101101010000001101011100110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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