#3F741F

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

Shades of Bilbao #3F741F

Tints of Bilbao #3F741F

Color information

#3F741F (or 0x3F741F) is unknown color: approx Bilbao. HEX triplet: 3F, 74 and 1F. RGB value is (63,116,31). Sum of RGB (Red+Green+Blue) = 63+116+31=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #3F741F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F741F is #C08BE0. Grayscale: #5A5A5A. Windows color (decimal): -12618721 or 2061375. OLE color: 2061375.

HSL color Cylindrical-coordinate representation of color #3F741F: hue angle of 97.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F741F is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB6311631-
CMYK0.4600.730.55
HSL97.41º57.82%28.82%-
HSV(B)97.41º73.28%45.49%-
XYZ8.5413.653.48-
YUV90.4694.44108.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 116 (45.70% from 255) = 55.24%
BLUE value IS 31 (12.5% from 255) = 14.76%
R=30%
G=55.24%
B=14.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63116310.4600.730.5597.4157.8228.82
Hex3F741F2E04937613a1d
Octal7716437560111671417235
Binary11111111101001111110111001001001110111110000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F741F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,116,31); }

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

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

 a { background-color: rgb(63,116,31); }

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

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

 span { border-color: rgb(63,116,31); }

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