#3C7C2A

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

Shades of Bilbao #3C7C2A

Tints of Bilbao #3C7C2A

Color information

#3C7C2A (or 0x3C7C2A) is unknown color: approx Bilbao. HEX triplet: 3C, 7C and 2A. RGB value is (60,124,42). Sum of RGB (Red+Green+Blue) = 60+124+42=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7C2A is #C383D5. Grayscale: #5F5F5F. Windows color (decimal): -12813270 or 2784316. OLE color: 2784316.

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

Color convert

RGB6012442-
CMYK0.5200.660.51
HSL106.83º49.4%32.55%-
HSV(B)106.83º66.13%48.63%-
XYZ9.4915.544.69-
YUV95.5297.8102.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.55%
GREEN value IS 124 (48.83% from 255) = 54.87%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=26.55%
G=54.87%
B=18.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60124420.5200.660.51106.8349.432.55
Hex3C7C2A34042336b3121
Octal7417452640102631536141
Binary1111001111100101010110100010000101100111101011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,124,42); }

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

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

 a { background-color: rgb(60,124,42); }

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

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

 span { border-color: rgb(60,124,42); }

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