#447713

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

Shades of Bilbao #447713

Tints of Bilbao #447713

Color information

#447713 (or 0x447713) is unknown color: approx Bilbao. HEX triplet: 44, 77 and 13. RGB value is (68,119,19). Sum of RGB (Red+Green+Blue) = 68+119+19=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #447713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447713 is #BB88EC. Grayscale: #5C5C5C. Windows color (decimal): -12290285 or 1275716. OLE color: 1275716.

HSL color Cylindrical-coordinate representation of color #447713: hue angle of 90.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #447713 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB6811919-
CMYK0.4300.840.53
HSL90.6º72.46%27.06%-
HSV(B)90.6º84.03%46.67%-
XYZ9.114.472.93-
YUV92.3586.6110.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 119 (46.88% from 255) = 57.77%
BLUE value IS 19 (7.81% from 255) = 9.22%
R=33.01%
G=57.77%
B=9.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68119190.4300.840.5390.672.4627.06
Hex4477132B054355b481b
Octal104167235301246513311033
Binary1000100111011110011101011010101001101011011011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447713; }

 p { color: rgb(68,119,19); }

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

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

 a { background-color: rgb(68,119,19); }

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

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

 span { border-color: rgb(68,119,19); }

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