#44752B

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

Shades of Bilbao #44752B

Tints of Bilbao #44752B

Color information

#44752B (or 0x44752B) is unknown color: approx Bilbao. HEX triplet: 44, 75 and 2B. RGB value is (68,117,43). Sum of RGB (Red+Green+Blue) = 68+117+43=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #44752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44752B is #BB8AD4. Grayscale: #5E5E5E. Windows color (decimal): -12290773 or 2848068. OLE color: 2848068.

HSL color Cylindrical-coordinate representation of color #44752B: hue angle of 99.73º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44752B is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB6811743-
CMYK0.4200.630.54
HSL99.73º46.25%31.37%-
HSV(B)99.73º63.25%45.88%-
XYZ9.1814.134.53-
YUV93.9199.27109.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 117 (46.09% from 255) = 51.32%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=29.82%
G=51.32%
B=18.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68117430.4200.630.5499.7346.2531.37
Hex44752B2A03F36642e1f
Octal1041655352077661445637
Binary100010011101011010111010100111111110110110010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44752B; }

 p { color: rgb(68,117,43); }

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

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

 a { background-color: rgb(68,117,43); }

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

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

 span { border-color: rgb(68,117,43); }

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