#3F8235

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

Shades of Bilbao #3F8235

Tints of Bilbao #3F8235

Color information

#3F8235 (or 0x3F8235) is unknown color: approx Bilbao. HEX triplet: 3F, 82 and 35. RGB value is (63,130,53). Sum of RGB (Red+Green+Blue) = 63+130+53=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8235 is #C07DCA. Grayscale: #656565. Windows color (decimal): -12615115 or 3506751. OLE color: 3506751.

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

Color convert

RGB6313053-
CMYK0.5200.590.49
HSL112.21º42.08%35.88%-
HSV(B)112.21º59.23%50.98%-
XYZ10.6817.286.14-
YUV101.19100.8100.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.61%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=25.61%
G=52.85%
B=21.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63130530.5200.590.49112.2142.0835.88
Hex3F82353403B31702a24
Octal772026564073611605244
Binary1111111000001011010111010001110111100011110000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,130,53); }

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

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

 a { background-color: rgb(63,130,53); }

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

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

 span { border-color: rgb(63,130,53); }

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