#447825

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

Shades of Bilbao #447825

Tints of Bilbao #447825

Color information

#447825 (or 0x447825) is unknown color: approx Bilbao. HEX triplet: 44, 78 and 25. RGB value is (68,120,37). Sum of RGB (Red+Green+Blue) = 68+120+37=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #447825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447825 is #BB87DA. Grayscale: #5F5F5F. Windows color (decimal): -12290011 or 2455620. OLE color: 2455620.

HSL color Cylindrical-coordinate representation of color #447825: hue angle of 97.59º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447825 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB6812037-
CMYK0.4300.690.53
HSL97.59º52.87%30.78%-
HSV(B)97.59º69.17%47.06%-
XYZ9.4314.84.11-
YUV94.9995.27108.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=30.22%
G=53.33%
B=16.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68120370.4300.690.5397.5952.8730.78
Hex4478252B0453562351f
Octal10417045530105651426537
Binary1000100111100010010110101101000101110101110001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447825; }

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

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

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

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

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

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

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

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