#447534

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

Shades of Bilbao #447534

Tints of Bilbao #447534

Color information

#447534 (or 0x447534) is unknown color: approx Bilbao. HEX triplet: 44, 75 and 34. RGB value is (68,117,52). Sum of RGB (Red+Green+Blue) = 68+117+52=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #447534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447534 is #BB8ACB. Grayscale: #5F5F5F. Windows color (decimal): -12290764 or 3437892. OLE color: 3437892.

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

Color convert

RGB6811752-
CMYK0.4200.560.54
HSL105.23º38.46%33.14%-
HSV(B)105.23º55.56%45.88%-
XYZ9.3714.25.5-
YUV94.94103.77108.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=28.69%
G=49.37%
B=21.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68117520.4200.560.54105.2338.4633.14
Hex4475342A03836692621
Octal1041656452070661514641
Binary1000100111010111010010101001110001101101101001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447534; }

 p { color: rgb(68,117,52); }

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

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

 a { background-color: rgb(68,117,52); }

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

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

 span { border-color: rgb(68,117,52); }

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