#447325

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

Shades of Bilbao #447325

Tints of Bilbao #447325

Color information

#447325 (or 0x447325) is unknown color: approx Bilbao. HEX triplet: 44, 73 and 25. RGB value is (68,115,37). Sum of RGB (Red+Green+Blue) = 68+115+37=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #447325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447325 is #BB8CDA. Grayscale: #5C5C5C. Windows color (decimal): -12291291 or 2454340. OLE color: 2454340.

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

Color convert

RGB6811537-
CMYK0.4100.680.55
HSL96.15º51.32%29.8%-
HSV(B)96.15º67.83%45.1%-
XYZ8.8513.623.91-
YUV92.0696.93110.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 115 (45.31% from 255) = 52.27%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=30.91%
G=52.27%
B=16.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68115370.4100.680.5596.1551.3229.8
Hex447325290443760331e
Octal10416345510104671406336
Binary1000100111001110010110100101000100110111110000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447325; }

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

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

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

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

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

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

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

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