#3F7327

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

Shades of Bilbao #3F7327

Tints of Bilbao #3F7327

Color information

#3F7327 (or 0x3F7327) is unknown color: approx Bilbao. HEX triplet: 3F, 73 and 27. RGB value is (63,115,39). Sum of RGB (Red+Green+Blue) = 63+115+39=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7327 is #C08CD8. Grayscale: #5B5B5B. Windows color (decimal): -12618969 or 2585407. OLE color: 2585407.

HSL color Cylindrical-coordinate representation of color #3F7327: hue angle of 101.05º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F7327 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB6311539-
CMYK0.4500.660.55
HSL101.05º49.35%30.2%-
HSV(B)101.05º66.09%45.1%-
XYZ8.5513.464.07-
YUV90.7998.77108.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 115 (45.31% from 255) = 53.00%
BLUE value IS 39 (15.62% from 255) = 17.97%
R=29.03%
G=53.00%
B=17.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63115390.4500.660.55101.0549.3530.2
Hex3F73272D0423765311e
Octal7716347550102671456136
Binary111111111001110011110110101000010110111110010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,115,39); }

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

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

 a { background-color: rgb(63,115,39); }

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

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

 span { border-color: rgb(63,115,39); }

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