#427B2F

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

Shades of Bilbao #427B2F

Tints of Bilbao #427B2F

Color information

#427B2F (or 0x427B2F) is unknown color: approx Bilbao. HEX triplet: 42, 7B and 2F. RGB value is (66,123,47). Sum of RGB (Red+Green+Blue) = 66+123+47=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #427B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B2F is #BD84D0. Grayscale: #616161. Windows color (decimal): -12420305 or 3111746. OLE color: 3111746.

HSL color Cylindrical-coordinate representation of color #427B2F: hue angle of 105º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #427B2F is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB6612347-
CMYK0.4600.620.52
HSL105º44.71%33.33%-
HSV(B)105º61.79%48.24%-
XYZ9.8415.535.17-
YUV97.2999.62105.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 123 (48.44% from 255) = 52.12%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=27.97%
G=52.12%
B=19.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66123470.4600.620.5210544.7133.33
Hex427B2F2E03E34692d21
Octal1021735756076641515541
Binary1000010111101110111110111001111101101001101001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427B2F; }

 p { color: rgb(66,123,47); }

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

<style>
 a { background-color: #427B2F; }

 a { background-color: rgb(66,123,47); }

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

<style>
 span { border-color: #427B2F; }

 span { border-color: rgb(66,123,47); }

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