#3F812A

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

Shades of Bilbao #3F812A

Tints of Bilbao #3F812A

Color information

#3F812A (or 0x3F812A) is unknown color: approx Bilbao. HEX triplet: 3F, 81 and 2A. RGB value is (63,129,42). Sum of RGB (Red+Green+Blue) = 63+129+42=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #3F812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F812A is #C07ED5. Grayscale: #636363. Windows color (decimal): -12615382 or 2785599. OLE color: 2785599.

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

Color convert

RGB6312942-
CMYK0.5100.670.49
HSL105.52º50.88%33.53%-
HSV(B)105.52º67.44%50.59%-
XYZ10.3216.924.91-
YUV99.3595.63102.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.92%
GREEN value IS 129 (50.78% from 255) = 55.13%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=26.92%
G=55.13%
B=17.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63129420.5100.670.49105.5250.8833.53
Hex3F812A33043316a3322
Octal7720152630103611526342
Binary11111110000001101010110011010000111100011101010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,129,42); }

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

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

 a { background-color: rgb(63,129,42); }

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

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

 span { border-color: rgb(63,129,42); }

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