#427128

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

Shades of Bilbao #427128

Tints of Bilbao #427128

Color information

#427128 (or 0x427128) is unknown color: approx Bilbao. HEX triplet: 42, 71 and 28. RGB value is (66,113,40). Sum of RGB (Red+Green+Blue) = 66+113+40=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #427128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427128 is #BD8ED7. Grayscale: #5A5A5A. Windows color (decimal): -12422872 or 2650434. OLE color: 2650434.

HSL color Cylindrical-coordinate representation of color #427128: hue angle of 98.63º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427128 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB6611340-
CMYK0.4200.650.56
HSL98.63º47.71%30%-
HSV(B)98.63º64.6%44.31%-
XYZ8.5313.124.09-
YUV90.6299.43110.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=30.14%
G=51.60%
B=18.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113400.4200.650.5698.6347.7130
Hex4271282A0413863301e
Octal10216150520101701436036
Binary1000010111000110100010101001000001111000110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427128; }

 p { color: rgb(66,113,40); }

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

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

 a { background-color: rgb(66,113,40); }

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

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

 span { border-color: rgb(66,113,40); }

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