#447b2b

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

Shades of Bilbao #447B2B

Tints of Bilbao #447B2B

Color information

#447B2B (or 0x447B2B) is unknown color: approx Bilbao. HEX triplet: 44, 7B and 2B. RGB value is (68,123,43). Sum of RGB (Red+Green+Blue) = 68+123+43=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #447B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447B2B is #BB84D4. Grayscale: #616161. Windows color (decimal): -12289237 or 2849604. OLE color: 2849604.

HSL color Cylindrical-coordinate representation of color #447B2B: hue angle of 101.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447B2B is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB6812343-
CMYK0.4500.650.52
HSL101.25º48.19%32.55%-
HSV(B)101.25º65.04%48.24%-
XYZ9.915.574.77-
YUV97.4397.28107-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 123 (48.44% from 255) = 52.56%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=29.06%
G=52.56%
B=18.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68123430.4500.650.52101.2548.1932.55
Hex447B2B2D04134653021
Octal10417353550101641456041
Binary10001001111011101011101101010000011101001100101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447b2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447b2b; }

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

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

<style>
 a { background-color: #447b2b; }

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

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

<style>
 span { border-color: #447b2b; }

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

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