#447331

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

Shades of Bilbao #447331

Tints of Bilbao #447331

Color information

#447331 (or 0x447331) is unknown color: approx Bilbao. HEX triplet: 44, 73 and 31. RGB value is (68,115,49). Sum of RGB (Red+Green+Blue) = 68+115+49=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #447331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447331 is #BB8CCE. Grayscale: #5D5D5D. Windows color (decimal): -12291279 or 3240772. OLE color: 3240772.

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

Color convert

RGB6811549-
CMYK0.4100.570.55
HSL102.73º40.24%32.16%-
HSV(B)102.73º57.39%45.1%-
XYZ9.0713.715.07-
YUV93.42102.93109.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=29.31%
G=49.57%
B=21.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68115490.4100.570.55102.7340.2432.16
Hex4473312903937672820
Octal1041636151071671475040
Binary1000100111001111000110100101110011101111100111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447331; }

 p { color: rgb(68,115,49); }

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

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

 a { background-color: rgb(68,115,49); }

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

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

 span { border-color: rgb(68,115,49); }

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