#447D0C

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

Shades of Bilbao #447D0C

Tints of Bilbao #447D0C

Color information

#447D0C (or 0x447D0C) is unknown color: approx Bilbao. HEX triplet: 44, 7D and 0C. RGB value is (68,125,12). Sum of RGB (Red+Green+Blue) = 68+125+12=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #447D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447D0C is #BB82F3. Grayscale: #5F5F5F. Windows color (decimal): -12288756 or 818500. OLE color: 818500.

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

Color convert

RGB6812512-
CMYK0.4600.900.51
HSL90.27º82.48%26.86%-
HSV(B)90.27º90.4%49.02%-
XYZ9.7815.922.91-
YUV95.0781.12108.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 125 (49.22% from 255) = 60.98%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=33.17%
G=60.98%
B=5.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68125120.4600.900.5190.2782.4826.86
Hex447DC2E05A335a521b
Octal104175145601326313212233
Binary100010011111011100101110010110101100111011010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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