#3F8236

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

Shades of Bilbao #3F8236

Tints of Bilbao #3F8236

Color information

#3F8236 (or 0x3F8236) is unknown color: approx Bilbao. HEX triplet: 3F, 82 and 36. RGB value is (63,130,54). Sum of RGB (Red+Green+Blue) = 63+130+54=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8236 is #C07DC9. Grayscale: #656565. Windows color (decimal): -12615114 or 3572287. OLE color: 3572287.

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

Color convert

RGB6313054-
CMYK0.5200.580.49
HSL112.89º41.3%36.08%-
HSV(B)112.89º58.46%50.98%-
XYZ10.717.296.26-
YUV101.3101.3100.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.51%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 54 (21.48% from 255) = 21.86%
R=25.51%
G=52.63%
B=21.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63130540.5200.580.49112.8941.336.08
Hex3F82363403A31712924
Octal772026664072611615144
Binary1111111000001011011011010001110101100011110001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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