#44772A

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

Shades of Bilbao #44772A

Tints of Bilbao #44772A

Color information

#44772A (or 0x44772A) is unknown color: approx Bilbao. HEX triplet: 44, 77 and 2A. RGB value is (68,119,42). Sum of RGB (Red+Green+Blue) = 68+119+42=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #44772A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44772A is #BB88D5. Grayscale: #5F5F5F. Windows color (decimal): -12290262 or 2783044. OLE color: 2783044.

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

Color convert

RGB6811942-
CMYK0.4300.650.53
HSL99.74º47.83%31.57%-
HSV(B)99.74º64.71%46.67%-
XYZ9.414.594.51-
YUV94.9798.1108.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=29.69%
G=51.97%
B=18.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68119420.4300.650.5399.7447.8331.57
Hex44772A2B04135643020
Octal10416752530101651446040
Binary10001001110111101010101011010000011101011100100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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