#3F7725

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

Shades of Bilbao #3F7725

Tints of Bilbao #3F7725

Color information

#3F7725 (or 0x3F7725) is unknown color: approx Bilbao. HEX triplet: 3F, 77 and 25. RGB value is (63,119,37). Sum of RGB (Red+Green+Blue) = 63+119+37=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7725 is #C088DA. Grayscale: #5D5D5D. Windows color (decimal): -12617947 or 2455359. OLE color: 2455359.

HSL color Cylindrical-coordinate representation of color #3F7725: hue angle of 100.98º 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 #3F7725 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB6311937-
CMYK0.4700.690.53
HSL100.98º52.56%30.59%-
HSV(B)100.98º68.91%46.67%-
XYZ8.9814.384.05-
YUV92.9196.45106.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.77%
GREEN value IS 119 (46.88% from 255) = 54.34%
BLUE value IS 37 (14.84% from 255) = 16.89%
R=28.77%
G=54.34%
B=16.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119370.4700.690.53100.9852.5630.59
Hex3F77252F0453565351f
Octal7716745570105651456537
Binary111111111011110010110111101000101110101110010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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