#3F8421

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

Shades of Bilbao #3F8421

Tints of Bilbao #3F8421

Color information

#3F8421 (or 0x3F8421) is unknown color: approx Bilbao. HEX triplet: 3F, 84 and 21. RGB value is (63,132,33). Sum of RGB (Red+Green+Blue) = 63+132+33=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #3F8421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8421 is #C07BDE. Grayscale: #646464. Windows color (decimal): -12614623 or 2196543. OLE color: 2196543.

HSL color Cylindrical-coordinate representation of color #3F8421: hue angle of 101.82º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F8421 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB6313233-
CMYK0.5200.750.48
HSL101.82º60%32.35%-
HSV(B)101.82º75%51.76%-
XYZ10.5817.674.29-
YUV100.0890.14101.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 132 (51.95% from 255) = 57.89%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=27.63%
G=57.89%
B=14.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63132330.5200.750.48101.826032.35
Hex3F84213404B30663c20
Octal7720441640113601467440
Binary11111110000100100001110100010010111100001100110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,132,33); }

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

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

 a { background-color: rgb(63,132,33); }

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

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

 span { border-color: rgb(63,132,33); }

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