#3F831A

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

Shades of Bilbao #3F831A

Tints of Bilbao #3F831A

Color information

#3F831A (or 0x3F831A) is unknown color: approx Bilbao. HEX triplet: 3F, 83 and 1A. RGB value is (63,131,26). Sum of RGB (Red+Green+Blue) = 63+131+26=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #3F831A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F831A is #C07CE5. Grayscale: #636363. Windows color (decimal): -12614886 or 1737535. OLE color: 1737535.

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

Color convert

RGB6313126-
CMYK0.5200.800.49
HSL98.86º66.88%30.78%-
HSV(B)98.86º80.15%51.37%-
XYZ10.3517.363.78-
YUV98.786.97102.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 131 (51.56% from 255) = 59.55%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=28.64%
G=59.55%
B=11.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63131260.5200.800.4998.8666.8830.78
Hex3F831A340503163431f
Octal77203326401206114310337
Binary1111111000001111010110100010100001100011100011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F831A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,131,26); }

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

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

 a { background-color: rgb(63,131,26); }

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

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

 span { border-color: rgb(63,131,26); }

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