#42771B

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

Shades of Bilbao #42771B

Tints of Bilbao #42771B

Color information

#42771B (or 0x42771B) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 1B. RGB value is (66,119,27). Sum of RGB (Red+Green+Blue) = 66+119+27=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #42771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42771B is #BD88E4. Grayscale: #5C5C5C. Windows color (decimal): -12421349 or 1800002. OLE color: 1800002.

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

Color convert

RGB6611927-
CMYK0.4500.770.53
HSL94.57º63.01%28.63%-
HSV(B)94.57º77.31%46.67%-
XYZ9.0414.433.35-
YUV92.6690.94108.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=31.13%
G=56.13%
B=12.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119270.4500.770.5394.5763.0128.63
Hex42771B2D04D355f3f1d
Octal10216733550115651377735
Binary100001011101111101110110101001101110101101111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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