#447E1D

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

Shades of Bilbao #447E1D

Tints of Bilbao #447E1D

Color information

#447E1D (or 0x447E1D) is unknown color: approx Bilbao. HEX triplet: 44, 7E and 1D. RGB value is (68,126,29). Sum of RGB (Red+Green+Blue) = 68+126+29=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #447E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447E1D is #BB81E2. Grayscale: #616161. Windows color (decimal): -12288483 or 1932868. OLE color: 1932868.

HSL color Cylindrical-coordinate representation of color #447E1D: hue angle of 95.88º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #447E1D is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB6812629-
CMYK0.4600.770.51
HSL95.88º62.58%30.39%-
HSV(B)95.88º76.98%49.41%-
XYZ10.0716.243.77-
YUV97.689.28106.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 126 (49.61% from 255) = 56.50%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=30.49%
G=56.50%
B=13.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68126290.4600.770.5195.8862.5830.39
Hex447E1D2E04D33603f1e
Octal10417635560115631407736
Binary100010011111101110110111001001101110011110000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,126,29); }

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

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

 a { background-color: rgb(68,126,29); }

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

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

 span { border-color: rgb(68,126,29); }

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