#3C7129

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

Shades of Bilbao #3C7129

Tints of Bilbao #3C7129

Color information

#3C7129 (or 0x3C7129) is unknown color: approx Bilbao. HEX triplet: 3C, 71 and 29. RGB value is (60,113,41). Sum of RGB (Red+Green+Blue) = 60+113+41=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7129 is #C38ED6. Grayscale: #595959. Windows color (decimal): -12816087 or 2715964. OLE color: 2715964.

HSL color Cylindrical-coordinate representation of color #3C7129: hue angle of 104.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C7129 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB6011341-
CMYK0.4700.640.56
HSL104.17º46.75%30.2%-
HSV(B)104.17º63.72%44.31%-
XYZ8.1712.934.16-
YUV88.94100.94107.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.04%
GREEN value IS 113 (44.53% from 255) = 52.80%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=28.04%
G=52.80%
B=19.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60113410.4700.640.56104.1746.7530.2
Hex3C71292F04038682f1e
Octal7416151570100701505736
Binary111100111000110100110111101000000111000110100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,113,41); }

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

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

 a { background-color: rgb(60,113,41); }

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

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

 span { border-color: rgb(60,113,41); }

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