#3F812C

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

Shades of Bilbao #3F812C

Tints of Bilbao #3F812C

Color information

#3F812C (or 0x3F812C) is unknown color: approx Bilbao. HEX triplet: 3F, 81 and 2C. RGB value is (63,129,44). Sum of RGB (Red+Green+Blue) = 63+129+44=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #3F812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F812C is #C07ED3. Grayscale: #636363. Windows color (decimal): -12615380 or 2916671. OLE color: 2916671.

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

Color convert

RGB6312944-
CMYK0.5100.660.49
HSL106.59º49.13%33.92%-
HSV(B)106.59º65.89%50.59%-
XYZ10.3516.945.11-
YUV99.5896.63101.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.69%
GREEN value IS 129 (50.78% from 255) = 54.66%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=26.69%
G=54.66%
B=18.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63129440.5100.660.49106.5949.1333.92
Hex3F812C33042316b3122
Octal7720154630102611536142
Binary11111110000001101100110011010000101100011101011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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