#447527

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

Shades of Bilbao #447527

Tints of Bilbao #447527

Color information

#447527 (or 0x447527) is unknown color: approx Bilbao. HEX triplet: 44, 75 and 27. RGB value is (68,117,39). Sum of RGB (Red+Green+Blue) = 68+117+39=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #447527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447527 is #BB8AD8. Grayscale: #5D5D5D. Windows color (decimal): -12290777 or 2585924. OLE color: 2585924.

HSL color Cylindrical-coordinate representation of color #447527: hue angle of 97.69º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #447527 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB6811739-
CMYK0.4200.670.54
HSL97.69º50%30.59%-
HSV(B)97.69º66.67%45.88%-
XYZ9.1114.14.16-
YUV93.4697.27109.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=30.36%
G=52.23%
B=17.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68117390.4200.670.5497.695030.59
Hex4475272A0433662321f
Octal10416547520103661426237
Binary1000100111010110011110101001000011110110110001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447527; }

 p { color: rgb(68,117,39); }

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

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

 a { background-color: rgb(68,117,39); }

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

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

 span { border-color: rgb(68,117,39); }

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