#447A1B

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

Shades of Bilbao #447A1B

Tints of Bilbao #447A1B

Color information

#447A1B (or 0x447A1B) is unknown color: approx Bilbao. HEX triplet: 44, 7A and 1B. RGB value is (68,122,27). Sum of RGB (Red+Green+Blue) = 68+122+27=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #447A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447A1B is #BB85E4. Grayscale: #5F5F5F. Windows color (decimal): -12289509 or 1800772. OLE color: 1800772.

HSL color Cylindrical-coordinate representation of color #447A1B: hue angle of 94.11º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #447A1B is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB6812227-
CMYK0.4400.780.52
HSL94.11º63.76%29.22%-
HSV(B)94.11º77.87%47.84%-
XYZ9.5415.233.47-
YUV95.0289.61108.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 122 (48.05% from 255) = 56.22%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=31.34%
G=56.22%
B=12.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68122270.4400.780.5294.1163.7629.22
Hex447A1B2C04E345e401d
Octal104172335401166413610035
Binary1000100111101011011101100010011101101001011110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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