#44802F

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

Shades of Bilbao #44802F

Tints of Bilbao #44802F

Color information

#44802F (or 0x44802F) is unknown color: approx Bilbao. HEX triplet: 44, 80 and 2F. RGB value is (68,128,47). Sum of RGB (Red+Green+Blue) = 68+128+47=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #44802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44802F is #BB7FD0. Grayscale: #656565. Windows color (decimal): -12287953 or 3113028. OLE color: 3113028.

HSL color Cylindrical-coordinate representation of color #44802F: hue angle of 104.44º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44802F is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB6812847-
CMYK0.4700.630.50
HSL104.44º46.29%34.31%-
HSV(B)104.44º63.28%50.2%-
XYZ10.6216.875.39-
YUV100.8397.62104.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.98%
GREEN value IS 128 (50.39% from 255) = 52.67%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=27.98%
G=52.67%
B=19.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68128470.4700.630.50104.4446.2934.31
Hex44802F2F03F32682e22
Octal1042005757077621505642
Binary10001001000000010111110111101111111100101101000101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,128,47); }

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

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

 a { background-color: rgb(68,128,47); }

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

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

 span { border-color: rgb(68,128,47); }

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