#427432

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

Shades of Bilbao #427432

Tints of Bilbao #427432

Color information

#427432 (or 0x427432) is unknown color: approx Bilbao. HEX triplet: 42, 74 and 32. RGB value is (66,116,50). Sum of RGB (Red+Green+Blue) = 66+116+50=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #427432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427432 is #BD8BCD. Grayscale: #5D5D5D. Windows color (decimal): -12422094 or 3306562. OLE color: 3306562.

HSL color Cylindrical-coordinate representation of color #427432: hue angle of 105.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #427432 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB6611650-
CMYK0.4300.570.55
HSL105.45º39.76%32.55%-
HSV(B)105.45º56.9%45.49%-
XYZ9.0713.885.22-
YUV93.53103.44108.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=28.45%
G=50%
B=21.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116500.4300.570.55105.4539.7632.55
Hex4274322B03937692821
Octal1021646253071671515041
Binary1000010111010011001010101101110011101111101001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427432; }

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

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

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

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

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

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

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

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