#3C6D1A

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

Shades of Bilbao #3C6D1A

Tints of Bilbao #3C6D1A

Color information

#3C6D1A (or 0x3C6D1A) is unknown color: approx Bilbao. HEX triplet: 3C, 6D and 1A. RGB value is (60,109,26). Sum of RGB (Red+Green+Blue) = 60+109+26=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6D1A is #C392E5. Grayscale: #555555. Windows color (decimal): -12817126 or 1731900. OLE color: 1731900.

HSL color Cylindrical-coordinate representation of color #3C6D1A: hue angle of 95.42º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C6D1A is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB6010926-
CMYK0.4500.760.57
HSL95.42º61.48%26.47%-
HSV(B)95.42º76.15%42.75%-
XYZ7.5211.972.89-
YUV84.8994.77110.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.77%
GREEN value IS 109 (42.97% from 255) = 55.90%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=30.77%
G=55.90%
B=13.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60109260.4500.760.5795.4261.4826.47
Hex3C6D1A2D04C395f3d1a
Octal7415532550114711377532
Binary11110011011011101010110101001100111001101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,109,26); }

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

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

 a { background-color: rgb(60,109,26); }

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

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

 span { border-color: rgb(60,109,26); }

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