#3F840F

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

Shades of Bilbao #3F840F

Tints of Bilbao #3F840F

Color information

#3F840F (or 0x3F840F) is unknown color: approx Bilbao. HEX triplet: 3F, 84 and 0F. RGB value is (63,132,15). Sum of RGB (Red+Green+Blue) = 63+132+15=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #3F840F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F840F is #C07BF0. Grayscale: #626262. Windows color (decimal): -12614641 or 1016895. OLE color: 1016895.

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

Color convert

RGB6313215-
CMYK0.5200.890.48
HSL95.38º79.59%28.82%-
HSV(B)95.38º88.64%51.76%-
XYZ10.3917.593.3-
YUV98.0381.14103.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 132 (51.95% from 255) = 62.86%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=30%
G=62.86%
B=7.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63132150.5200.890.4895.3879.5928.82
Hex3F84F34059305f501d
Octal77204176401316013712035
Binary111111100001001111110100010110011100001011111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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