#447932

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

Shades of Bilbao #447932

Tints of Bilbao #447932

Color information

#447932 (or 0x447932) is unknown color: approx Bilbao. HEX triplet: 44, 79 and 32. RGB value is (68,121,50). Sum of RGB (Red+Green+Blue) = 68+121+50=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #447932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447932 is #BB86CD. Grayscale: #616161. Windows color (decimal): -12289742 or 3307844. OLE color: 3307844.

HSL color Cylindrical-coordinate representation of color #447932: hue angle of 104.79º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #447932 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB6812150-
CMYK0.4400.590.53
HSL104.79º41.52%33.53%-
HSV(B)104.79º58.68%47.45%-
XYZ9.815.135.42-
YUV97.06101.44107.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=28.45%
G=50.63%
B=20.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68121500.4400.590.53104.7941.5233.53
Hex4479322C03B35692a22
Octal1041716254073651515242
Binary1000100111100111001010110001110111101011101001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447932; }

 p { color: rgb(68,121,50); }

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

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

 a { background-color: rgb(68,121,50); }

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

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

 span { border-color: rgb(68,121,50); }

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