#3F741D

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

Shades of Bilbao #3F741D

Tints of Bilbao #3F741D

Color information

#3F741D (or 0x3F741D) is unknown color: approx Bilbao. HEX triplet: 3F, 74 and 1D. RGB value is (63,116,29). Sum of RGB (Red+Green+Blue) = 63+116+29=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #3F741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F741D is #C08BE2. Grayscale: #5A5A5A. Windows color (decimal): -12618723 or 1930303. OLE color: 1930303.

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

Color convert

RGB6311629-
CMYK0.4600.750.55
HSL96.55º60%28.43%-
HSV(B)96.55º75%45.49%-
XYZ8.5213.643.35-
YUV90.2493.44108.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.29%
GREEN value IS 116 (45.70% from 255) = 55.77%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=30.29%
G=55.77%
B=13.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63116290.4600.750.5596.556028.43
Hex3F741D2E04B37613c1c
Octal7716435560113671417434
Binary11111111101001110110111001001011110111110000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F741D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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