#3F781D

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

Shades of Bilbao #3F781D

Tints of Bilbao #3F781D

Color information

#3F781D (or 0x3F781D) is unknown color: approx Bilbao. HEX triplet: 3F, 78 and 1D. RGB value is (63,120,29). Sum of RGB (Red+Green+Blue) = 63+120+29=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #3F781D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F781D is #C087E2. Grayscale: #5C5C5C. Windows color (decimal): -12617699 or 1931327. OLE color: 1931327.

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

Color convert

RGB6312029-
CMYK0.4800.760.53
HSL97.58º61.07%29.22%-
HSV(B)97.58º75.83%47.06%-
XYZ8.9914.583.5-
YUV92.5892.12106.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.72%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 29 (11.72% from 255) = 13.68%
R=29.72%
G=56.60%
B=13.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120290.4800.760.5397.5861.0729.22
Hex3F781D3004C35623d1d
Octal7717035600114651427535
Binary11111111110001110111000001001100110101110001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F781D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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