#447B18

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

Shades of Bilbao #447B18

Tints of Bilbao #447B18

Color information

#447B18 (or 0x447B18) is unknown color: approx Bilbao. HEX triplet: 44, 7B and 18. RGB value is (68,123,24). Sum of RGB (Red+Green+Blue) = 68+123+24=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #447B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B18 is #BB84E7. Grayscale: #5F5F5F. Windows color (decimal): -12289256 or 1604420. OLE color: 1604420.

HSL color Cylindrical-coordinate representation of color #447B18: hue angle of 93.33º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #447B18 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB6812324-
CMYK0.4500.800.52
HSL93.33º67.35%28.82%-
HSV(B)93.33º80.49%48.24%-
XYZ9.6315.463.34-
YUV95.2787.78108.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 123 (48.44% from 255) = 57.21%
BLUE value IS 24 (9.77% from 255) = 11.16%
R=31.63%
G=57.21%
B=11.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68123240.4500.800.5293.3367.3528.82
Hex447B182D050345d431d
Octal104173305501206413510335
Binary1000100111101111000101101010100001101001011101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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