#447E1B

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

Shades of Bilbao #447E1B

Tints of Bilbao #447E1B

Color information

#447E1B (or 0x447E1B) is unknown color: approx Bilbao. HEX triplet: 44, 7E and 1B. RGB value is (68,126,27). Sum of RGB (Red+Green+Blue) = 68+126+27=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #447E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447E1B is #BB81E4. Grayscale: #616161. Windows color (decimal): -12288485 or 1801796. OLE color: 1801796.

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

Color convert

RGB6812627-
CMYK0.4600.790.51
HSL95.15º64.71%30%-
HSV(B)95.15º78.57%49.41%-
XYZ10.0416.233.64-
YUV97.3788.28107.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 126 (49.61% from 255) = 57.01%
BLUE value IS 27 (10.94% from 255) = 12.22%
R=30.77%
G=57.01%
B=12.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68126270.4600.790.5195.1564.7130
Hex447E1B2E04F335f411e
Octal104176335601176313710136
Binary1000100111111011011101110010011111100111011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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