#3F7925

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

Shades of Bilbao #3F7925

Tints of Bilbao #3F7925

Color information

#3F7925 (or 0x3F7925) is unknown color: approx Bilbao. HEX triplet: 3F, 79 and 25. RGB value is (63,121,37). Sum of RGB (Red+Green+Blue) = 63+121+37=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #3F7925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7925 is #C086DA. Grayscale: #5E5E5E. Windows color (decimal): -12617435 or 2455871. OLE color: 2455871.

HSL color Cylindrical-coordinate representation of color #3F7925: hue angle of 101.43º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F7925 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB6312137-
CMYK0.4800.690.53
HSL101.43º53.16%30.98%-
HSV(B)101.43º69.42%47.45%-
XYZ9.2214.874.13-
YUV94.0895.78105.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 121 (47.66% from 255) = 54.75%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=28.51%
G=54.75%
B=16.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63121370.4800.690.53101.4353.1630.98
Hex3F7925300453565351f
Octal7717145600105651456537
Binary111111111100110010111000001000101110101110010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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