#44761A

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

Shades of Bilbao #44761A

Tints of Bilbao #44761A

Color information

#44761A (or 0x44761A) is unknown color: approx Bilbao. HEX triplet: 44, 76 and 1A. RGB value is (68,118,26). Sum of RGB (Red+Green+Blue) = 68+118+26=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #44761A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44761A is #BB89E5. Grayscale: #5C5C5C. Windows color (decimal): -12290534 or 1734212. OLE color: 1734212.

HSL color Cylindrical-coordinate representation of color #44761A: hue angle of 92.61º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44761A is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB6811826-
CMYK0.4200.780.54
HSL92.61º63.89%28.24%-
HSV(B)92.61º77.97%46.27%-
XYZ9.0514.263.25-
YUV92.5690.44110.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 26 (10.55% from 255) = 12.26%
R=32.08%
G=55.66%
B=12.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68118260.4200.780.5492.6163.8928.24
Hex44761A2A04E365d401c
Octal104166325201166613510034
Binary1000100111011011010101010010011101101101011101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44761A; }

 p { color: rgb(68,118,26); }

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

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

 a { background-color: rgb(68,118,26); }

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

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

 span { border-color: rgb(68,118,26); }

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