#3F782B

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

Shades of Bilbao #3F782B

Tints of Bilbao #3F782B

Color information

#3F782B (or 0x3F782B) is unknown color: approx Bilbao. HEX triplet: 3F, 78 and 2B. RGB value is (63,120,43). Sum of RGB (Red+Green+Blue) = 63+120+43=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #3F782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F782B is #C087D4. Grayscale: #5E5E5E. Windows color (decimal): -12617685 or 2848831. OLE color: 2848831.

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

Color convert

RGB6312043-
CMYK0.4800.640.53
HSL104.42º47.24%31.96%-
HSV(B)104.42º64.17%47.06%-
XYZ9.214.664.63-
YUV94.1899.12105.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 120 (47.27% from 255) = 53.10%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=27.88%
G=53.10%
B=19.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120430.4800.640.53104.4247.2431.96
Hex3F782B3004035682f20
Octal7717053600100651505740
Binary1111111111000101011110000010000001101011101000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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