#447B04

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

Shades of Bilbao #447B04

Tints of Bilbao #447B04

Color information

#447B04 (or 0x447B04) is unknown color: approx Bilbao. HEX triplet: 44, 7B and 04. RGB value is (68,123,4). Sum of RGB (Red+Green+Blue) = 68+123+4=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #447B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B04 is #BB84FB. Grayscale: #5D5D5D. Windows color (decimal): -12289276 or 293700. OLE color: 293700.

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

Color convert

RGB681234-
CMYK0.4500.970.52
HSL87.73º93.7%24.9%-
HSV(B)87.73º96.75%48.24%-
XYZ9.4915.42.59-
YUV92.9977.78110.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 123 (48.44% from 255) = 63.08%
BLUE value IS 4 (1.95% from 255) = 2.05%
R=34.87%
G=63.08%
B=2.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6812340.4500.970.5287.7393.724.9
Hex447B42D06134585e19
Octal10417345501416413013631
Binary10001001111011100101101011000011101001011000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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