#3F7525

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

Shades of Bilbao #3F7525

Tints of Bilbao #3F7525

Color information

#3F7525 (or 0x3F7525) is unknown color: approx Bilbao. HEX triplet: 3F, 75 and 25. RGB value is (63,117,37). Sum of RGB (Red+Green+Blue) = 63+117+37=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7525 is #C08ADA. Grayscale: #5C5C5C. Windows color (decimal): -12618459 or 2454847. OLE color: 2454847.

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

Color convert

RGB6311737-
CMYK0.4600.680.54
HSL100.5º51.95%30.2%-
HSV(B)100.5º68.38%45.88%-
XYZ8.7513.913.97-
YUV91.7397.11107.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 37 (14.84% from 255) = 17.05%
R=29.03%
G=53.92%
B=17.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117370.4600.680.54100.551.9530.2
Hex3F75252E0443664341e
Octal7716545560104661446436
Binary111111111010110010110111001000100110110110010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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