#3F762C

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

Shades of Bilbao #3F762C

Tints of Bilbao #3F762C

Color information

#3F762C (or 0x3F762C) is unknown color: approx Bilbao. HEX triplet: 3F, 76 and 2C. RGB value is (63,118,44). Sum of RGB (Red+Green+Blue) = 63+118+44=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #3F762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F762C is #C089D3. Grayscale: #5D5D5D. Windows color (decimal): -12618196 or 2913855. OLE color: 2913855.

HSL color Cylindrical-coordinate representation of color #3F762C: hue angle of 104.59º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F762C is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB6311844-
CMYK0.4700.630.54
HSL104.59º45.68%31.76%-
HSV(B)104.59º62.71%46.27%-
XYZ8.9814.24.65-
YUV93.12100.28106.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=28%
G=52.44%
B=19.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63118440.4700.630.54104.5945.6831.76
Hex3F762C2F03F36692e20
Octal771665457077661515640
Binary111111111011010110010111101111111101101101001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,118,44); }

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

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

 a { background-color: rgb(63,118,44); }

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

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

 span { border-color: rgb(63,118,44); }

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