#3f7a0e

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

Shades of Bilbao #3F7A0E

Tints of Bilbao #3F7A0E

Color information

#3F7A0E (or 0x3F7A0E) is unknown color: approx Bilbao. HEX triplet: 3F, 7A and 0E. RGB value is (63,122,14). Sum of RGB (Red+Green+Blue) = 63+122+14=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7A0E is #C085F1. Grayscale: #5C5C5C. Windows color (decimal): -12617202 or 948799. OLE color: 948799.

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

Color convert

RGB6312214-
CMYK0.4800.890.52
HSL92.78º79.41%26.67%-
HSV(B)92.78º88.52%47.84%-
XYZ9.0915.012.83-
YUV92.0583.95107.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 122 (48.05% from 255) = 61.31%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=31.66%
G=61.31%
B=7.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63122140.4800.890.5292.7879.4126.67
Hex3F7AE30059345d4f1b
Octal77172166001316413511733
Binary11111111110101110110000010110011101001011101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f7a0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,122,14); }

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

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

 a { background-color: rgb(63,122,14); }

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

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

 span { border-color: rgb(63,122,14); }

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