#427B2B

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

Shades of Bilbao #427B2B

Tints of Bilbao #427B2B

Color information

#427B2B (or 0x427B2B) is unknown color: approx Bilbao. HEX triplet: 42, 7B and 2B. RGB value is (66,123,43). Sum of RGB (Red+Green+Blue) = 66+123+43=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #427B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B2B is #BD84D4. Grayscale: #616161. Windows color (decimal): -12420309 or 2849602. OLE color: 2849602.

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

Color convert

RGB6612343-
CMYK0.4600.650.52
HSL102.75º48.19%32.55%-
HSV(B)102.75º65.04%48.24%-
XYZ9.7715.54.76-
YUV96.8497.62106-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 123 (48.44% from 255) = 53.02%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=28.45%
G=53.02%
B=18.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66123430.4600.650.52102.7548.1932.55
Hex427B2B2E04134673021
Octal10217353560101641476041
Binary10000101111011101011101110010000011101001100111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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