#447925

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

Shades of Bilbao #447925

Tints of Bilbao #447925

Color information

#447925 (or 0x447925) is unknown color: approx Bilbao. HEX triplet: 44, 79 and 25. RGB value is (68,121,37). Sum of RGB (Red+Green+Blue) = 68+121+37=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #447925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447925 is #BB86DA. Grayscale: #5F5F5F. Windows color (decimal): -12289755 or 2455876. OLE color: 2455876.

HSL color Cylindrical-coordinate representation of color #447925: hue angle of 97.86º 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 #447925 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB6812137-
CMYK0.4400.690.53
HSL97.86º53.16%30.98%-
HSV(B)97.86º69.42%47.45%-
XYZ9.5615.044.15-
YUV95.5894.94108.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 121 (47.66% from 255) = 53.54%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=30.09%
G=53.54%
B=16.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68121370.4400.690.5397.8653.1630.98
Hex4479252C0453562351f
Octal10417145540105651426537
Binary1000100111100110010110110001000101110101110001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447925; }

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

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

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

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

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

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

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

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