#3f841d

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

Shades of Bilbao #3F841D

Tints of Bilbao #3F841D

Color information

#3F841D (or 0x3F841D) is unknown color: approx Bilbao. HEX triplet: 3F, 84 and 1D. RGB value is (63,132,29). Sum of RGB (Red+Green+Blue) = 63+132+29=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #3F841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F841D is #C07BE2. Grayscale: #636363. Windows color (decimal): -12614627 or 1934399. OLE color: 1934399.

HSL color Cylindrical-coordinate representation of color #3F841D: hue angle of 100.19º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F841D is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB6313229-
CMYK0.5200.780.48
HSL100.19º63.98%31.57%-
HSV(B)100.19º78.03%51.76%-
XYZ10.5217.654.01-
YUV99.6388.14101.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.12%
GREEN value IS 132 (51.95% from 255) = 58.93%
BLUE value IS 29 (11.72% from 255) = 12.95%
R=28.12%
G=58.93%
B=12.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63132290.5200.780.48100.1963.9831.57
Hex3F841D3404E30644020
Octal77204356401166014410040
Binary11111110000100111011101000100111011000011001001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f841d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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