#427729

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

Shades of Bilbao #427729

Tints of Bilbao #427729

Color information

#427729 (or 0x427729) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 29. RGB value is (66,119,41). Sum of RGB (Red+Green+Blue) = 66+119+41=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #427729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427729 is #BD88D6. Grayscale: #5E5E5E. Windows color (decimal): -12421335 or 2717506. OLE color: 2717506.

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

Color convert

RGB6611941-
CMYK0.4500.660.53
HSL100.77º48.75%31.37%-
HSV(B)100.77º65.55%46.67%-
XYZ9.2414.514.41-
YUV94.2697.94107.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 41 (16.41% from 255) = 18.14%
R=29.20%
G=52.65%
B=18.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119410.4500.660.53100.7748.7531.37
Hex4277292D0423565311f
Octal10216751550102651456137
Binary1000010111011110100110110101000010110101110010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427729; }

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

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

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

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

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

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

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

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