#447a2c

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

Shades of Bilbao #447A2C

Tints of Bilbao #447A2C

Color information

#447A2C (or 0x447A2C) is unknown color: approx Bilbao. HEX triplet: 44, 7A and 2C. RGB value is (68,122,44). Sum of RGB (Red+Green+Blue) = 68+122+44=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #447A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447A2C is #BB85D3. Grayscale: #616161. Windows color (decimal): -12289492 or 2914884. OLE color: 2914884.

HSL color Cylindrical-coordinate representation of color #447A2C: hue angle of 101.54º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #447A2C is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB6812244-
CMYK0.4400.640.52
HSL101.54º46.99%32.55%-
HSV(B)101.54º63.93%47.84%-
XYZ9.815.334.83-
YUV96.9698.11107.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 122 (48.05% from 255) = 52.14%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=29.06%
G=52.14%
B=18.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68122440.4400.640.52101.5446.9932.55
Hex447A2C2C04034662f21
Octal10417254540100641465741
Binary10001001111010101100101100010000001101001100110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447a2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447a2c; }

 p { color: rgb(68,122,44); }

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

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

 a { background-color: rgb(68,122,44); }

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

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

 span { border-color: rgb(68,122,44); }

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