#447d0f

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

Shades of Bilbao #447D0F

Tints of Bilbao #447D0F

Color information

#447D0F (or 0x447D0F) is unknown color: approx Bilbao. HEX triplet: 44, 7D and 0F. RGB value is (68,125,15). Sum of RGB (Red+Green+Blue) = 68+125+15=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #447D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447D0F is #BB82F0. Grayscale: #5F5F5F. Windows color (decimal): -12288753 or 1015108. OLE color: 1015108.

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

Color convert

RGB6812515-
CMYK0.4600.880.51
HSL91.09º78.57%27.45%-
HSV(B)91.09º88%49.02%-
XYZ9.815.933.01-
YUV95.4282.62108.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 125 (49.22% from 255) = 60.10%
BLUE value IS 15 (6.25% from 255) = 7.21%
R=32.69%
G=60.10%
B=7.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68125150.4600.880.5191.0978.5727.45
Hex447DF2E058335b4f1b
Octal104175175601306313311733
Binary100010011111011111101110010110001100111011011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447d0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,125,15); }

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

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

 a { background-color: rgb(68,125,15); }

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

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

 span { border-color: rgb(68,125,15); }

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