#447610

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

Shades of Bilbao #447610

Tints of Bilbao #447610

Color information

#447610 (or 0x447610) is unknown color: approx Bilbao. HEX triplet: 44, 76 and 10. RGB value is (68,118,16). Sum of RGB (Red+Green+Blue) = 68+118+16=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #447610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447610 is #BB89EF. Grayscale: #5B5B5B. Windows color (decimal): -12290544 or 1078852. OLE color: 1078852.

HSL color Cylindrical-coordinate representation of color #447610: hue angle of 89.41º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #447610 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB6811816-
CMYK0.4200.860.54
HSL89.41º76.12%26.27%-
HSV(B)89.41º86.44%46.27%-
XYZ8.9614.222.76-
YUV91.4285.44111.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 118 (46.48% from 255) = 58.42%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=33.66%
G=58.42%
B=7.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68118160.4200.860.5489.4176.1226.27
Hex4476102A05636594c1a
Octal104166205201266613111432
Binary1000100111011010000101010010101101101101011001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447610; }

 p { color: rgb(68,118,16); }

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

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

 a { background-color: rgb(68,118,16); }

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

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

 span { border-color: rgb(68,118,16); }

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