#3F802E

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

Shades of Bilbao #3F802E

Tints of Bilbao #3F802E

Color information

#3F802E (or 0x3F802E) is unknown color: approx Bilbao. HEX triplet: 3F, 80 and 2E. RGB value is (63,128,46). Sum of RGB (Red+Green+Blue) = 63+128+46=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #3F802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F802E is #C07FD1. Grayscale: #636363. Windows color (decimal): -12615634 or 3047487. OLE color: 3047487.

HSL color Cylindrical-coordinate representation of color #3F802E: hue angle of 107.56º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F802E is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB6312846-
CMYK0.5100.640.50
HSL107.56º47.13%34.12%-
HSV(B)107.56º64.06%50.2%-
XYZ10.2616.695.27-
YUV99.2297.97102.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 128 (50.39% from 255) = 54.01%
BLUE value IS 46 (18.36% from 255) = 19.41%
R=26.58%
G=54.01%
B=19.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63128460.5100.640.50107.5647.1334.12
Hex3F802E33040326c2f22
Octal7720056630100621545742
Binary11111110000000101110110011010000001100101101100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,128,46); }

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

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

 a { background-color: rgb(63,128,46); }

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

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

 span { border-color: rgb(63,128,46); }

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