#3F7528

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

Shades of Bilbao #3F7528

Tints of Bilbao #3F7528

Color information

#3F7528 (or 0x3F7528) is unknown color: approx Bilbao. HEX triplet: 3F, 75 and 28. RGB value is (63,117,40). Sum of RGB (Red+Green+Blue) = 63+117+40=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7528 is #C08AD7. Grayscale: #5C5C5C. Windows color (decimal): -12618456 or 2651455. OLE color: 2651455.

HSL color Cylindrical-coordinate representation of color #3F7528: hue angle of 102.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F7528 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB6311740-
CMYK0.4600.660.54
HSL102.08º49.04%30.78%-
HSV(B)102.08º65.81%45.88%-
XYZ8.7913.934.23-
YUV92.0898.61107.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 117 (46.09% from 255) = 53.18%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=28.64%
G=53.18%
B=18.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117400.4600.660.54102.0849.0430.78
Hex3F75282E0423666311f
Octal7716550560102661466137
Binary111111111010110100010111001000010110110110011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F7528; }

 p { color: rgb(63,117,40); }

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

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

 a { background-color: rgb(63,117,40); }

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

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

 span { border-color: rgb(63,117,40); }

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