#3F8229

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

Shades of Bilbao #3F8229

Tints of Bilbao #3F8229

Color information

#3F8229 (or 0x3F8229) is unknown color: approx Bilbao. HEX triplet: 3F, 82 and 29. RGB value is (63,130,41). Sum of RGB (Red+Green+Blue) = 63+130+41=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8229 is #C07DD6. Grayscale: #646464. Windows color (decimal): -12615127 or 2720319. OLE color: 2720319.

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

Color convert

RGB6313041-
CMYK0.5200.680.49
HSL105.17º52.05%33.53%-
HSV(B)105.17º68.46%50.98%-
XYZ10.4317.184.86-
YUV99.8294.8101.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.92%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=26.92%
G=55.56%
B=17.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63130410.5200.680.49105.1752.0533.53
Hex3F82293404431693422
Octal7720251640104611516442
Binary11111110000010101001110100010001001100011101001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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