#447726

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

Shades of Bilbao #447726

Tints of Bilbao #447726

Color information

#447726 (or 0x447726) is unknown color: approx Bilbao. HEX triplet: 44, 77 and 26. RGB value is (68,119,38). Sum of RGB (Red+Green+Blue) = 68+119+38=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #447726 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447726 is #BB88D9. Grayscale: #5E5E5E. Windows color (decimal): -12290266 or 2520900. OLE color: 2520900.

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

Color convert

RGB6811938-
CMYK0.4300.680.53
HSL97.78º51.59%30.78%-
HSV(B)97.78º68.07%46.67%-
XYZ9.3314.564.15-
YUV94.5296.1109.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 38 (15.23% from 255) = 16.89%
R=30.22%
G=52.89%
B=16.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68119380.4300.680.5397.7851.5930.78
Hex4477262B0443562341f
Octal10416746530104651426437
Binary1000100111011110011010101101000100110101110001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447726; }

 p { color: rgb(68,119,38); }

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

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

 a { background-color: rgb(68,119,38); }

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

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

 span { border-color: rgb(68,119,38); }

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