#447702

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

Shades of Bilbao #447702

Tints of Bilbao #447702

Color information

#447702 (or 0x447702) is unknown color: approx Bilbao. HEX triplet: 44, 77 and 02. RGB value is (68,119,2). Sum of RGB (Red+Green+Blue) = 68+119+2=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #447702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447702 is #BB88FD. Grayscale: #5A5A5A. Windows color (decimal): -12290302 or 161604. OLE color: 161604.

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

Color convert

RGB681192-
CMYK0.4300.980.53
HSL86.15º96.69%23.73%-
HSV(B)86.15º98.32%46.67%-
XYZ8.9914.432.37-
YUV90.4178.1112.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 119 (46.88% from 255) = 62.96%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=35.98%
G=62.96%
B=1.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6811920.4300.980.5386.1596.6923.73
Hex447722B06235566118
Octal10416725301426512614130
Binary1000100111011110101011011000101101011010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447702; }

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

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

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

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

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

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

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

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