#3F742A

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

Shades of Bilbao #3F742A

Tints of Bilbao #3F742A

Color information

#3F742A (or 0x3F742A) is unknown color: approx Bilbao. HEX triplet: 3F, 74 and 2A. RGB value is (63,116,42). Sum of RGB (Red+Green+Blue) = 63+116+42=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #3F742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F742A is #C08BD5. Grayscale: #5B5B5B. Windows color (decimal): -12618710 or 2782271. OLE color: 2782271.

HSL color Cylindrical-coordinate representation of color #3F742A: hue angle of 102.97º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F742A is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB6311642-
CMYK0.4600.640.55
HSL102.97º46.84%30.98%-
HSV(B)102.97º63.79%45.49%-
XYZ8.7113.714.38-
YUV91.7299.94107.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=28.51%
G=52.49%
B=19.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63116420.4600.640.55102.9746.8430.98
Hex3F742A2E04037672f1f
Octal7716452560100671475737
Binary111111111010010101010111001000000110111110011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,116,42); }

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

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

 a { background-color: rgb(63,116,42); }

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

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

 span { border-color: rgb(63,116,42); }

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