#447A0E

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

Shades of Bilbao #447A0E

Tints of Bilbao #447A0E

Color information

#447A0E (or 0x447A0E) is unknown color: approx Bilbao. HEX triplet: 44, 7A and 0E. RGB value is (68,122,14). Sum of RGB (Red+Green+Blue) = 68+122+14=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #447A0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447A0E is #BB85F1. Grayscale: #5D5D5D. Windows color (decimal): -12289522 or 948804. OLE color: 948804.

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

Color convert

RGB6812214-
CMYK0.4400.890.52
HSL90º79.41%26.67%-
HSV(B)90º88.52%47.84%-
XYZ9.4215.182.85-
YUV93.5483.11109.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 59.80%
BLUE value IS 14 (5.86% from 255) = 6.86%
R=33.33%
G=59.80%
B=6.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68122140.4400.890.529079.4126.67
Hex447AE2C059345a4f1b
Octal104172165401316413211733
Binary100010011110101110101100010110011101001011010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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