#447B14

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

Shades of Bilbao #447B14

Tints of Bilbao #447B14

Color information

#447B14 (or 0x447B14) is unknown color: approx Bilbao. HEX triplet: 44, 7B and 14. RGB value is (68,123,20). Sum of RGB (Red+Green+Blue) = 68+123+20=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 123 (48.44% from 255 or 58.29% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 123 - color contains mainly: green. Hex color #447B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B14 is #BB84EB. Grayscale: #5F5F5F. Windows color (decimal): -12289260 or 1342276. OLE color: 1342276.

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

Color convert

RGB6812320-
CMYK0.4500.840.52
HSL92.04º72.03%28.04%-
HSV(B)92.04º83.74%48.24%-
XYZ9.5915.453.14-
YUV94.8185.78108.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 123 (48.44% from 255) = 58.29%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=32.23%
G=58.29%
B=9.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68123200.4500.840.5292.0472.0328.04
Hex447B142D054345c481c
Octal104173245501246413411034
Binary1000100111101110100101101010101001101001011100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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