#44831F

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

Shades of Bilbao #44831F

Tints of Bilbao #44831F

Color information

#44831F (or 0x44831F) is unknown color: approx Bilbao. HEX triplet: 44, 83 and 1F. RGB value is (68,131,31). Sum of RGB (Red+Green+Blue) = 68+131+31=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #44831F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44831F is #BB7CE0. Grayscale: #656565. Windows color (decimal): -12287201 or 2065220. OLE color: 2065220.

HSL color Cylindrical-coordinate representation of color #44831F: hue angle of 97.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44831F is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB6813131-
CMYK0.4800.760.49
HSL97.8º61.73%31.76%-
HSV(B)97.8º76.34%51.37%-
XYZ10.7517.564.12-
YUV100.7688.63104.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 131 (51.56% from 255) = 56.96%
BLUE value IS 31 (12.5% from 255) = 13.48%
R=29.57%
G=56.96%
B=13.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68131310.4800.760.4997.861.7331.76
Hex44831F3004C31623e20
Octal10420337600114611427640
Binary10001001000001111111110000010011001100011100010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44831F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44831F; }

 p { color: rgb(68,131,31); }

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

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

 a { background-color: rgb(68,131,31); }

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

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

 span { border-color: rgb(68,131,31); }

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