#427732

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

Shades of Bilbao #427732

Tints of Bilbao #427732

Color information

#427732 (or 0x427732) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 32. RGB value is (66,119,50). Sum of RGB (Red+Green+Blue) = 66+119+50=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #427732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427732 is #BD88CD. Grayscale: #5F5F5F. Windows color (decimal): -12421326 or 3307330. OLE color: 3307330.

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

Color convert

RGB6611950-
CMYK0.4500.580.53
HSL106.09º40.83%33.14%-
HSV(B)106.09º57.98%46.67%-
XYZ9.4214.585.34-
YUV95.29102.44107.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=28.09%
G=50.64%
B=21.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119500.4500.580.53106.0940.8333.14
Hex4277322D03A356a2921
Octal1021676255072651525141
Binary1000010111011111001010110101110101101011101010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427732; }

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

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

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

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

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

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

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

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